For the complete documentation index, see llms.txt. This page is also available as Markdown.

Management

ADD NEW KEY

wardend keys add wallet

RECOVER EXISTING KEY

wardend keys add wallet --recover

LIST ALL KEYS

wardend keys list

DELETE KEY

wardend keys delete wallet

EXPORT KEY TO A FILE

wardend keys export wallet

IMPORT KEY FROM A FILE

wardend keys import wallet wallet.backup

QUERY WALLET BALANCE

wardend q bank balances $(wardend keys show wallet -a)

Please make sure you have adjusted moniker, identity, details and website to match your values.

CREATE NEW VALIDATOR

wardend tx staking create-validator \
--amount 1000000uward \
--pubkey $(wardend tendermint show-validator) \
--moniker "YOUR_MONIKER_NAME" \
--identity "YOUR_KEYBASE_ID" \
--details "YOUR_DETAILS" \
--website "YOUR_WEBSITE_URL" \
--chain-id buenavista-1 \
--commission-rate 0.05 \
--commission-max-rate 0.20 \
--commission-max-change-rate 0.05 \
--min-self-delegation 1 \
--from wallet \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.0025uward \
-y

EDIT EXISTING VALIDATOR

UNJAIL VALIDATOR

JAIL REASON

LIST ALL ACTIVE VALIDATORS

LIST ALL INACTIVE VALIDATORS

VIEW VALIDATOR DETAILS

WITHDRAW REWARDS FROM ALL VALIDATORS

WITHDRAW COMMISSION AND REWARDS FROM YOUR VALIDATOR

DELEGATE TOKENS TO YOURSELF

DELEGATE TOKENS TO VALIDATOR

REDELEGATE TOKENS TO ANOTHER VALIDATOR

UNBOND TOKENS FROM YOUR VALIDATOR

SEND TOKENS TO THE WALLET

Last updated