Module 2 - Start using Rome EVM
Steps to add Rome network in MetaMask, request airdrop tokens, and deploy contracts.
1. Set up Rome network in MetaMask
Section titled “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?
Section titled “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 |
---|---|
Rome Devnet Esquiline | https://chainlist.org/chain/121212 |
Rome Devnet Subura | https://chainlist.org/chain/121213 |
Rome Testnet Martius | https://chainlist.org/chain/121214 |
Rome Testnet Caelian | https://chainlist.org/chain/121215 |
2. Fund Your Wallet with rSOL (Gas Token)
Section titled “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
Section titled “3. Get Test SOL via Solana Faucet”-
Create or open your Solana wallet. We suggest using Phantom.
-
Visit the Solana faucet: https://faucet.solana.com
-
Select the appropriate network: Testnet or Devnet.
-
Airdrop SOL to your wallet.

If this approach does not provide SOL, use Solana CLI:
# To obtain SOL on Solana Devnetsolana -ud airdrop 1 6DT7ELv5vMKgcCLoVDhJLNUGRGuuAwQQPAzLaw1AvsLi
# To obtain SOL on Solana Testnetsolana -ut airdrop 1 6DT7ELv5vMKgcCLoVDhJLNUGRGuuAwQQPAzLaw1AvsLi
If you see rate limit exceeded errors, you can request test SOL in our Discord.
4. Use Rome Deposit UI
Section titled “4. Use Rome Deposit UI”Convert your SOL to rSOL using Rome’s Deposit UI.
-
Deposit on Devnet using https://deposit.devnet.romeprotocol.xyz
-
Deposit on Testnet using https://deposit.testnet.romeprotocol.xyz

How to Use:
-
Connect your Solana wallet (with Testnet or Devnet SOL).
-
Connect your EVM wallet (with Rome RPC added).
-
Enter the amount of SOL you want to convert.
-
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.
🤝 Need Help?
Section titled “🤝 Need Help?”Join Rome’s developer community on Discord.