Useful commands
# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export OG_CHAIN_ID="zgtendermint_16600-1"" >> $HOME/.bash_profile
source $HOME/.bash_profileWALLET MANAGEMENT
#Add new wallet
0gchaind keys add wallet --eth
#Recover Wallet
0gchaind keys add wallet --recover --eth
#List Wallet
0gchaind keys list
#Delete Wallet
0gchaind keys delete wallet
#Check Wallet Balance
0gchaind q bank balances $(0gchaind 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