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
  • Add network to MetaMask
  • Request Airdrop

Was this helpful?

  1. L2 EVM Setup

Airdrop & Metamask

Add your L2 network to MetaMask and airdrop tokens to get started

PreviousRun Block ExplorerNextCheck L2 State

Last updated 5 months ago

Was this helpful?

Add network to MetaMask

  • Network Name: Rollup

  • RPC URL

    • if running locally

    • (replace with your domain) if running on remote server

  • Chain ID: 1002

  • Currency symbol: ROME

  • Block explorer URL

    • if running locally

    • if running on remote server

Request Airdrop

If running locally, use . If running on a remote server, use (replace with your domain).

Alternatively use cURL requests to request airdrop.

curl --location 'http://localhost:3000/airdrop' --header 'Content-Type: application/json' --data '{"recipientAddr": "0xa3349dE31ECd7fd9413e1256b6472a68c920D186", "amount": "100"}'

Example response

{"success":true,"transactionHash":"0xcba36319985f12f041997547871b0cf78d8c9006f3e0d68840a5bf0f1e3847d6"}

Use this transaction hash to compare transactions between Geth and Solana on the next page.

http://localhost:8545
https://rollup.testnet.romeprotocol.xyz
http://localhost:1000
https://rollup.testnet.romeprotocol.xyz:1000
http://localhost:3000/request_airdrop
https://rollup.testnet.romeprotocol.xyz/request_airdrop