Quick commands
Check node status
artelad status | jqQuery your wallet balance
artelad q bank balances $WALLETCheck logs
sudo journalctl -u artelad -f -o catStop the node
sudo systemctl stop arteladRestart the node
sudo systemctl restart artelad Query sync status
artelad status | jq -r .sync_infoSend tokens function
artelad tx bank send wallet <TO_WALLET_ADDRESS> 1000000uart --from wallet --chain-id $CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices 10uart -yLast updated