Usage Command
# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export EMPE_CHAIN_ID="empe-testnet-2"" >> $HOME/.bash_profile
source $HOME/.bash_profileWALLET MANAGEMENT
Add Wallet Specify the value <wallet> with your own wallet name
#Add new wallet
emped keys add wallet
#Recover Wallet
emped keys add wallet --recover
#List Wallet
emped keys list
#Delete Wallet
emped keys delete wallet
#Check Wallet Balance
emped q bank balances $(emped 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
WARNING! Use this command wisely Backup your key first it will remove node from your system
Last updated
Was this helpful?