L2 EVM Setup
How to start a L2
This set of pages instructs how to set up a L2 EVM on Rome Devnet.
Setup Infrastructure. Use Rome's Solana devnet node or setup your own private Solana node
Download pre-built Docker images for Rome services or build your own images from the code
Prepare configuration: choose your chain ID, genesis address, and more
Set configuration including environment variables and configuration files
Run Rome Apps including Rhea, Light Client, OP Geth, and Rome EVM
Run tests for simple balance transfers, contract deployments, and Uniswap interactions
Start block explorers to view OP Geth and Solana states with your own branding
Make your L2 available for external use by opening HTTP ports
Last updated