Wallet
Add New Wallet Key (remember Save seed)
alignedlayerd keys add wallet
Recover existing key
alignedlayerd keys add wallet --recover
List All Keys
alignedlayerd keys list
Query Wallet Balance
alignedlayerd q bank balances $(alignedlayerd keys show wallet -a)
Check sync status
False is synced
alignedlayerd status 2>&1 | jq .sync_info
Last updated