Skip to content

Instantly share code, notes, and snippets.

@maxidev
Created January 31, 2018 01:17
Show Gist options
  • Select an option

  • Save maxidev/0b494874f25fbb9da39932739641b4fd to your computer and use it in GitHub Desktop.

Select an option

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