Quick commands
Check node status
wardend status | jq
Query your wallet balance
wardend q bank balances $WALLET
Check logs
sudo journalctl -u wardend -f -o cat
Stop the node
sudo systemctl stop wardend
Restart the node
sudo systemctl restart wardend
Query sync status
wardend status | jq -r .sync_info
Send tokens function
wardend tx bank send $WALLET <TO_WALLET_ADDRESS> 1000000uward --gas auto --gas-adjustment 1.5 --fees 600uward -y
Last updated