Wallet Management
Function
Command
Add New Wallet
gitopiad keys add <wallet>Recover Wallet
gitopiad keys add <wallet> --recoverList of Wallet
gitopiad keys listDelete Wallet
gitopiad keys delete <wallet>Check Wallet Address
gitopiad keys show <wallet> -aCheck Balance
gitopiad q bank balances $(gitopiad keys show wallet -a)Transfer Funds
gitopiad tx bank send <wallet> <TO_ADDRESS> <AMOUNT&DENOM> --gas=auto --fees=<AMOUNT&DENOM> --chain-id gitopia --from <wallet>Last updated