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
  • Generate Solana Keypair
  • Submit registration request

Was this helpful?

  1. L2 EVM Setup

Register your L2

Register your L2 using a new Solana keypair (called rollup owner keypair) and Chain ID

PreviousDownload ReposNextInitialize your L2

Last updated 5 months ago

Was this helpful?

Generate Solana Keypair

Generate a Solana keypair that will allow you to initialize your L2 on the next page. This is called the rollup owner keypair. Save this keypair securely. Provide its public key during the registration below.

cd rome-setup/docker

solana-keygen new -o keys/rollup-owner-keypair.json --no-bip39-passphrase --force

Submit registration request

Submit your registration request using .

Once you submit the request, we will register your chain and you will see a success message.

If you have questions, you can contact us on our or .

https://dapps.testnet.romeprotocol.xyz/l2-register
Discord
Telegram