Skip to main content

Airchain Useful Commands

Chain ID: varanasi-1 | Node Version: v0.3.2

note

First You Need Set Variabels

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

Wallet

Create Wallet

junctiond keys add wallet

Recovery Wallet

junctiond keys add wallet --recover

List All Wallet

junctiond keys list

Delete Wallet

junctiond keys delete wallet

Check Wallet Balance

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