Useful commands

# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export TERP_CHAIN_ID="90u-2"" >> $HOME/.bash_profile
source $HOME/.bash_profile

WALLET MANAGEMENT

circle-info

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

#Create Wallet
terpd keys add wallet

#Recover Wallet
terpd keys add wallet --recover

#List Wallet
terpd keys list

#Delete Wallet
terpd keys delete wallet

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

VALIDATOR MANAGEMENT

circle-info

Please adjust , MONIKER , YOUR_KEYBASE_ID , YOUR_DETAILS , YOUR_WEBSITE_URL

TOKEN MANAGEMENT

GOVERNANCE

SERVICES MANAGEMENT

UTILITY

DELETE NODE

circle-exclamation

Last updated