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
  • Rome L2 Setup
    • Setup your L2
      • Choose your Chain ID
      • Download Rome Repos
      • Register your L2
      • Initialize your L2
      • Setup OP Geth Node
      • Run Block Explorer
      • Run on Remote Server
        • Setup Remote Server
        • Setup Certificate
    • Test your L2
      • Setup Metamask
      • Fund your Wallet
      • Check Wallet Balance
      • Do Simple Transfer
      • Run Uniswap (Optional)
  • 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
  • Rome EVM
    • How to use Rome EVM
    • RPC Information
    • Tutorial to deploy a smart contract on Rome EVM
  • Nexus: Rome's Based Sequencer
    • How Nexus Works
    • Transaction Flow
  • Shared Sequencer
    • Atomicity
    • Rome Transactions
    • Rhea
    • Hercules
    • Data Availability
    • Settlement
Powered by GitBook
On this page
  • Install Cast
  • Compare wallet balance on Geth and Solana

Was this helpful?

  1. Rome L2 Setup
  2. Test your L2

Check Wallet Balance

Compare wallet balances on Geth and Solana

PreviousFund your WalletNextDo Simple Transfer

Last updated 2 days ago

Was this helpful?

Install Cast

Compare wallet balance on Geth and Solana

Check balance on OP Geth

cast balance 0xf0e0CA2704D047A7Af27AafAc6D70e995520C2B2  -r http://localhost:8545

Check balance on Solana using Light Client

cast balance 0xf0e0CA2704D047A7Af27AafAc6D70e995520C2B2  -r http://localhost:9090

These balances should be the same.

https://book.getfoundry.sh/getting-started/installation