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