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

Was this helpful?

  1. L2 EVM Setup

Simple Transfers

Execute simple balance transfers and then compare L2 state again

Send 2 wei from the genesis wallet (0xf0e0CA2704D047A7Af27AafAc6D70e995520C2B2) to a random wallet (0xa3349dE31ECd7fd9413e1256b6472a68c920D186).

cast send --from 0xf0e0CA2704D047A7Af27AafAc6D70e995520C2B2 --private-key 241bfd22ba3307c78618a5a4c04f9adbd5c87d633df8d81cfb7c442004157aba -r http://localhost:8545 --value 2wei --json 0xa3349dE31ECd7fd9413e1256b6472a68c920D186

Example Response

{"status":"0x1","cumulativeGasUsed":"0xe3440","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","type":"0x2","transactionHash":"0xa6350649006d4569d55e6d69781376fc97109ec732f760ebe39037be5c3d2f08","transactionIndex":"0x0","blockHash":"0xc38caf1f32796a1d000467a04b1cb4e55a63abeab1a306cb6100c76241b539dd","blockNumber":"0x2","gasUsed":"0xe3440","effectiveGasPrice":"0x1","from":"0xf0e0ca2704d047a7af27aafac6d70e995520c2b2","to":"0xa3349de31ecd7fd9413e1256b6472a68c920d186","contractAddress":null}

Compare states between Geth and Solana as shown on the previous page including balances and transactions.

PreviousCheck L2 StateNextUniswap

Last updated 5 months ago

Was this helpful?