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

Cheat Sheet

If you use our auto-installation, we've included several scripts under ./scripts folder like:

./list_keys.sh
./check_balance.sh
./create_validator.sh
./unjail_validator.sh
./check_validator.sh
./start_wardend.sh
./check_log.sh

Here's other useful commands you might need

⚙️Service operations

sudo journalctl -fu wardend
sudo systemctl daemon-reload
sudo systemctl enable wardend
sudo systemctl disable wardend
sudo systemctl start wardend
sudo systemctl stop wardend
sudo systemctl status wardend
sudo systemctl status wardend

🖥️Node operations

wardend status | jq
wardend status 2>&1 | jq .NodeInfo
wardend status 2>&1 | jq .SyncInfo

🗝️Key Management

wardend keys add $WALLET
wardend keys add $WALLET --recover
wardend keys list
wardend q bank balances $(wardend keys show $WALLET -a)

💱Transaction operations

Withdraw all rewards

Self delegate

Unbond

Transfer token

✅Validator operations

Create validator

Check Validator Setup

Unjail Validator

Last updated