Skip to content

Instantly share code, notes, and snippets.

@dawsbot
Created July 23, 2015 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dawsbot/68463c381c0f36cb0a27 to your computer and use it in GitHub Desktop.
Save dawsbot/68463c381c0f36cb0a27 to your computer and use it in GitHub Desktop.
//taken from "Example single address request" on https://chain.com/docs/v2/node/#bitcoin-address
var chain = require('chain-node');
chain.getAddress('17x23dNjXJLzGMev6R63uyRhMWP1VHawKc', function(err, resp) {
console.log(resp);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment