Useful commands
# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export ALLORA_CHAIN_ID="testnet"" >> $HOME/.bash_profile
source $HOME/.bash_profileWALLET MANAGEMENT
#Create Wallet
allorad keys add wallet
#Recover Wallet
allorad keys add wallet --recover
#List Wallet
allorad keys list
#Delete Wallet
allorad keys delete wallet
#Check Wallet Balance
allorad q bank balances $(allorad keys show wallet -a)VALIDATOR MANAGEMENT
TOKEN MANAGEMENT
GOVERNANCE
SERVICES MANAGEMENT
UTILITY
DELETE NODE
Last updated
Was this helpful?