Useful CLI Commands
sourced status# Query via the RPC (default port: 26657)
curl http://localhost:26657/status | jq .result.sync_info.catching_upsourced tendermint show-node-idsourced query slashing signing-info $(sourced tendermint show-validator)sourced config chain-id source-1sourced keys show <your-key-name> -a --bech valsourced keys listsourced keys add <new-key-name> --recoverLast updated
