Rome Docs
  • Getting Started
  • Overview of Rome
    • Rome Scales Bitcoin
      • How Rome Scales Bitcoin
    • Rome Scales Ethereum
      • How Rome Scales Ethereum
    • Rome Scales Rollups
      • How Rome Scales Rollups
    • Rome Provides Interop with Cosmos
      • How Rome Provides Interop with Cosmos
  • Nexus: Rome's Based Sequencer
    • How Nexus Works
    • Transaction Flow
  • Rome Interop
    • Rome SDK
    • Rome SDK Setup
      • Prepare Environment
      • Set Configuration
      • Run Rhea Example
      • Run Remus Example
      • Run Romulus Example
    • Remus: Cross-Rollup Atomicity
    • Romulus: Cross-Chain Atomicity
  • L2 EVM Setup
    • Prepare Config
    • Download Repos
    • Register your L2
    • Initialize your L2
    • Setup OP Geth Node
    • Run Block Explorer
    • Airdrop & Metamask
    • Check L2 State
    • Simple Transfers
    • Uniswap
    • Run on Remote Server
      • Setup AWS Server
      • Setup Certificate
  • Rome EVM
    • How to use Rome EVM
    • RPC Information
    • Tutorial to deploy a smart contract on Rome EVM
  • Shared Sequencer
    • Atomicity
    • Rome Transactions
    • Rhea
    • Hercules
    • Data Availability
    • Settlement
Powered by GitBook
On this page

Was this helpful?

  1. Rome Interop

Rome SDK

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

PreviousRome InteropNextRome SDK Setup

Last updated 5 months ago

Was this helpful?

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 . To get started with SDK, follow .

available on Github
the next page