Useful CLI Commands
junod status# Query via the RPC (default port: 26657)
curl http://localhost:26657/status | jq .result.sync_info.catching_upjunod tendermint show-node-idjunod query slashing signing-info $(junod tendermint show-validator)junod config chain-id juno-1junod keys show <your-key-name> -a --bech valjunod keys listjunod keys add <new-key-name> --recoverLast updated
Was this helpful?
