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