Useful commands
# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export AIR_CHAIN_ID="varanasi-1"" >> $HOME/.bash_profile
source $HOME/.bash_profileWALLET MANAGEMENT
#Add new wallet
junctiond keys add wallet
#Recover Wallet
junctiond keys add wallet --recover
#List Wallet
junctiond keys list
#Delete Wallet
junctiond keys delete wallet
#Check Wallet Balance
junctiond q bank balances $(junctiond keys show wallet -a)VALIDATOR MANAGEMENT
TOKEN MANAGEMENT
GOVERNANCE
SERVICES MANAGEMENT
UTILITY
DELETE NODE
Last updated