Useful commands

# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export DEFUND_CHAIN_ID="orbit-alpha-1"" >> $HOME/.bash_profile
source $HOME/.bash_profile

WALLET MANAGEMENT

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

#Create Wallet
defundd keys add wallet

#Recover Wallet
defundd keys add wallet --recover

#List Wallet
defundd keys list

#Delete Wallet
defundd keys delete wallet

#Check Wallet Balance
defundd q bank balances $(defundd 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