Skip to main content

Axone Protocol Useful Commands

Chain ID: axone-1 | Node Version: v12.0.0

note

First You Need Set Variabels

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

Wallet

Create Wallet

axoned keys add wallet

Recovery Wallet

axoned keys add wallet --recover

List All Wallet

axoned keys list

Delete Wallet

axoned keys delete wallet

Check Wallet Balance

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