Airdrop & Metamask

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

Add network to MetaMask

Request Airdrop

If running locally, use http://localhost:3000/request_airdrop. If running on a remote server, use https://rollup.testnet.romeprotocol.xyz/request_airdrop (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.

Last updated