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