Skip to content

Instantly share code, notes, and snippets.

@maxidev
Created January 31, 2018 01:17
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 maxidev/0b494874f25fbb9da39932739641b4fd to your computer and use it in GitHub Desktop.
Save maxidev/0b494874f25fbb9da39932739641b4fd to your computer and use it in GitHub Desktop.
Blockchain Status call
//Require Bitsign's library
const bitsignjs = require('bitsignjs');
//Instantiate the library with your access token
let api = bitsignjs.init('d2..83');
api.eth.status().then(data => console.log(data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment