How to use Rome EVM

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

1. Set up Rome network in MetaMask

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.

Which Rome network to use?

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 Network
Chainlist Link

2. Fund Your Wallet with rSOL (Gas Token)

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.


3. Get Test SOL via Solana Faucet

  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:

# 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.


4. Use Rome Deposit UI

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

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.


🤝 Need Help?

Join Rome's developer community on Discord.

Last updated

Was this helpful?