Rome Devnet & Testnet have been reforged, and new network details are available.
Subscribe on X for future announcements.
Rome Docs
rome.buildersX / TwitterDiscord
  • 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
  • Rome L2 Setup
    • Setup your L2
      • Prep Remote Server
        • Setup Remote Server
        • Setup Certificate
      • Choose your Chain ID
      • Download Rome Repos
      • Register your L2
      • Initialize your L2
      • Setup OP Geth Node
      • Run Block Explorer
    • Test your L2
      • Setup MetaMask
      • Fund your Wallet
      • Check Wallet Balance
      • Do Simple Transfer
      • Run Uniswap (Optional)
  • Rome Interop
    • Setup Rome SDK
      • Prepare Environment
      • Set Configuration
      • Run Rhea Example
      • Run Remus Example
      • Run Romulus Example
    • Learn about Remus
    • Learn about Romulus
  • Rome EVM
    • Start using Rome EVM
      • Rome Devnet
      • Rome Testnet
    • Deploy a smart contract on Rome
  • Nexus: Based Sequencing
    • Learn how Nexus works
    • Nexus Transaction Flow
  • Rome Shared Sequencer
    • Atomicity
    • Rome Transactions
    • Rhea
    • Hercules
    • Data Availability
    • Settlement
Powered by GitBook
On this page

Rome EVM

Architectural overview showing how OP Geth, Rhea, and Hercules interact within Rome.

PreviousLearn about RomulusNextStart using Rome EVM

Last updated 12 months ago

Was this helpful?

CtrlK

Was this helpful?

Rome EVM is composed of OP Geth client, Rhea, Rollup smart contract on Solana, and Hercules.

  • OP Geth client enables users and applications to use an Ethereum RPC

  • Rhea processes OP Geth transactions and provides fast confirmation to users

  • Hercules takes ordered blocks from Solana and executes the payload on OP Geth to advance state

Rome EVM allows users to start building and deploying applications in minutes.