Check Wallet Balance
Demonstrates comparing balances via cast on Geth and the Light Client.
Install Cast
https://book.getfoundry.sh/getting-started/installation
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.
Last updated
Was this helpful?