Skip to content

Instantly share code, notes, and snippets.

@montyanderson
Created February 25, 2018 19:31
Show Gist options
  • Save montyanderson/7ce4db816fbf8c2d7c8336982bedcf15 to your computer and use it in GitHub Desktop.
Save montyanderson/7ce4db816fbf8c2d7c8336982bedcf15 to your computer and use it in GitHub Desktop.
async function main() {
console.log(await rpc.getbalance());
}
main()
.catch(e => console.log(e));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment