πΉοΈCommand
# Set Vars
MONIKER=<YOUR_MONIKER_NAME_GOES_HERE>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export STRUCTS_CHAIN_ID="structstestnet-101"" >> $HOME/.bash_profile
source $HOME/.bash_profileWALLET MANAGEMENT
Add Wallet Specify the value <wallet> with your own wallet name
#Create Wallet
structsd keys add wallet
#Recover Wallet
structsd keys add wallet --recover
#List Wallet
structsd keys list
#Delete Wallet
structsd keys delete wallet
#Check Wallet Balance
structsd q bank balances $WALLET_ADDRESS --node tcp://0.0.0.0:26657VALIDATOR 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?