Additional Resources
Overview
Useful Commands Reference
# Node status
evmd status --node http://localhost:26657
# Validator info
evmd query staking validator $(evmd keys show validator --bech val -a --keyring-backend file --home $HOME/.evmd)
# Account balance
evmd query bank balances $(evmd keys show validator -a --keyring-backend file --home $HOME/.evmd)
# Network validators
evmd query staking validators --node http://localhost:26657
# Blockchain sync info
curl -s http://localhost:26657/status | jq '.result.sync_info'
# Node peers
curl -s http://localhost:26657/net_info | jq '.result.peers'
# Latest block
curl -s http://localhost:26657/block | jq '.result.block.header'Configuration File Locations
Directory Structure
Key File Descriptions
Network Information
Support & Community
Official Resources
Useful Scripts
Next Steps
Last updated