Useful commands

# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export CHEQD_CHAIN_ID="cheqd-mainnet-1"" >> $HOME/.bash_profile
source $HOME/.bash_profile

WALLET MANAGEMENT

Add Wallet Specify the value <wallet> with your own wallet name

#Add new wallet
cheqd-noded keys add wallet

#Recover Wallet
cheqd-noded keys add wallet --recover

#List Wallet
cheqd-noded keys list

#Delete Wallet
cheqd-noded keys delete wallet

#Check Wallet Balance
cheqd-noded q bank balances $(cheqd-noded keys show wallet -a)

VALIDATOR MANAGEMENT

Please adjust , MONIKER , YOUR_KEYBASE_ID , YOUR_DETAILS , YOUR_WEBSITE_URL

TOKEN MANAGEMENT

GOVERNANCE

SERVICES MANAGEMENT

UTILITY

DELETE NODE

Last updated