Register your L2

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

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 https://dapps.testnet.romeprotocol.xyz/l2-register.

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 Discord or Telegram.

Last updated