Rome SDK

Rome SDK enables atomic cross-rollup and cross-chain transactions

Rome SDK is a set of methods that allow applications to use Rome's functionality. It allows apps to:

  1. Construct atomic Rome transaction across rollups (Remus)

  2. Construct atomic Rome transaction across rollups and Solana (Romulus)

  3. Submit atomic Rome transaction to Solana

  4. Subscribe to rollup transaction mempool

  5. Compose Rome transaction from rollup transaction

  6. Retrieve transaction receipt to confirm result

Rome SDK is written in Rust and available on Github. To get started with SDK, follow the next page.

Last updated