Chain ID: gitopia
| Current Node Version: v5.1.0
This cheatsheet collects commonly used CLI commands for node operators to easily copy and paste. A few conventions we follow:
- Capitalized words indicate placeholders
- Always use our own [NODERS]TEAM RPC endpoints
- Always specify
--chain-id
and--node
flags even when they are unnecessary - Query CLI command always uses
--output json
flag and pipes result throughjq
Wallet generate and recover
Add new key
gitopiad keys add KEY
Recover key (via existing mnemonic)
gitopiad keys add KEY --recover
List all keys
gitopiad keys list
Delete key
gitopiad keys delete KEY
Wallet
Wallet balance
gitopiad q bank balances $(gitopiad keys show KEY -a) --node https://gitopia-rpc.noders.services:443