echo $(wardend tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.warden/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')
Key management
Add New Wallet
wardendkeysadd $WALLET
Restore executing wallet
wardendkeysadd $WALLET --recover
List All Wallets
wardendkeyslist
Delete wallet
wardendkeysdelete $WALLET
Check Balance
wardendqbankbalances $WALLET_ADDRESS
Export Key (save to wallet.backup)
wardendkeysexport $WALLET
View EVM Prived Key
wardendkeysunsafe-export-eth-key $WALLET
Import Key (restore from wallet.backup)
wardendkeysimport $WALLET wallet.backup
Tokens
Withdraw all rewards
wardend tx distribution withdraw-all-rewards --from $WALLET --chain-id chiado_10010-1 --gas auto --gas-adjustment 1.6 --fees 250000000000000award
Withdraw rewards and commission from your validator
wardend tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --commission --chain-id chiado_10010-1 --gas auto --gas-adjustment 1.6 --fees 250000000000000award -y
Check your balance
wardendquerybankbalances $WALLET_ADDRESS
Delegate to Yourself
wardend tx staking delegate $(wardend keys show $WALLET --bech val -a) 1000000award --from $WALLET --chain-id chiado_10010-1 --gas auto --gas-adjustment 1.6 --fees 250000000000000award -y