CLI Cheatsheet
Wallet Operations with Axoned
Wallet Management
axoned keys list --keyring-backend testaxoned query bank balances $(axoned keys show wallet -a --keyring-backend test) --node tcp://localhost:26657axoned tx bank send wallet [to-address] [amount]uaxone --from wallet --chain-id axone-1 --keyring-backend test --gas auto --gas-adjustment 1.3 --fees 5000uaxone -y
Node Management
sudo systemctl start axonesudo systemctl stop axonesudo systemctl restart axonesudo journalctl -u axone -f -o cataxoned status | jq .SyncInfo
Validator Operations
Governance
Last updated