Skip to main content

Warden Useful Commands

Chain ID: chiado_10010-1 | Node Version: v0.6.2

note

First You Need Set Variabels

MONIKER=<YOUR_MONIKER_NAME>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export WARDEN_CHAIN_ID="chiado_10010-1"" >> $HOME/.bash_profile
source $HOME/.bash_profile

Wallet

Create Wallet

wardend keys add wallet

Recovery Wallet

wardend keys add wallet --recover

List All Wallet

wardend keys list

Delete Wallet

wardend keys delete wallet

Check Wallet Balance

wardend q bank balances $(wardend keys show wallet -a)