Skip to content

Module 2 - Start using Rome EVM

Steps to add Rome network in MetaMask, request airdrop tokens, and deploy contracts.

To interact with the Rome network, add a custom network to your MetaMask using Rome network RPC and Chain ID. You can also add the Rome networks to your wallet using ChainList.

Rome Devnet serves as a playground for anyone who wants to take Rome for a test drive, as a user, token holder, app developer, or validator. It is built on Solana Devnet. Devnet tokens are not real.

Rome Testnet is where Rome’s core contributors stress test release features on a live cluster, focused on network performance and stability. It is built on Solana Testnet. Testnet tokens are not real.

Rome NetworkChainlist Link
Rome Devnet Esquilinehttps://chainlist.org/chain/121212
Rome Devnet Suburahttps://chainlist.org/chain/121213
Rome Testnet Martiushttps://chainlist.org/chain/121214
Rome Testnet Caelianhttps://chainlist.org/chain/121215

To transact on Rome Testnet or Devnet, you need to convert SOL into rSOL, Rome’s native gas token.

You will need:

  • An Ethereum-compatible wallet such as MetaMask with the Rome network added.

  • A Solana wallet such as Phantom with Devnet or Testnet SOL.

  1. Create or open your Solana wallet. We suggest using Phantom.

  2. Visit the Solana faucet: https://faucet.solana.com

  3. Select the appropriate network: Testnet or Devnet.

  4. Airdrop SOL to your wallet.

If this approach does not provide SOL, use Solana CLI:

Terminal window
# To obtain SOL on Solana Devnet
solana -ud airdrop 1 6DT7ELv5vMKgcCLoVDhJLNUGRGuuAwQQPAzLaw1AvsLi
# To obtain SOL on Solana Testnet
solana -ut airdrop 1 6DT7ELv5vMKgcCLoVDhJLNUGRGuuAwQQPAzLaw1AvsLi

If you see rate limit exceeded errors, you can request test SOL in our Discord.

Convert your SOL to rSOL using Rome’s Deposit UI.

How to Use:

  1. Connect your Solana wallet (with Testnet or Devnet SOL).

  2. Connect your EVM wallet (with Rome RPC added).

  3. Enter the amount of SOL you want to convert.

  4. Complete the transfer to receive rSOL in your EVM wallet.

✅ You are now ready to make transactions

Section titled “✅ You are now ready to make transactions”

Once your EVM wallet is funded with rSOL, you can:

  • Deploy smart contracts using Remix, Hardhat, or any familiar tool.

  • Perform EVM transactions directly on Rome Testnet or Devnet.

Join Rome’s developer community on Discord.