Skip to content

Instantly share code, notes, and snippets.

@asverty
Last active October 8, 2022 12:15
Show Gist options
  • Save asverty/500c45e14ab84e50f928a9e74bebe0a5 to your computer and use it in GitHub Desktop.
Save asverty/500c45e14ab84e50f928a9e74bebe0a5 to your computer and use it in GitHub Desktop.
#wait for sync status "catching_up": false
curl -s localhost:26652/status
#display wallet address
iond keys show $DP_WLLT
#check the balance
iond q bank balances $DP_WLLT --node $DP_TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment