Useful commands
# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export OJO_CHAIN_ID="ojo-devnet"" >> $HOME/.bash_profile
source $HOME/.bash_profile
WALLET MANAGEMENT
#Create Wallet
ojod keys add wallet
#Recover Wallet
ojod keys add wallet --recover
#List Wallet
ojod keys list
#Delete Wallet
ojod keys delete wallet
#Check Wallet Balance
ojod q bank balances $(ojod keys show wallet -a)VALIDATOR MANAGEMENT
TOKEN MANAGEMENT
GOVERNANCE
SERVICES MANAGEMENT
UTILITY
DELETE NODE
WARNING! Use this command wisely Backup your key first it will remove node from your system
Last updated