Skip to content

Instantly share code, notes, and snippets.

@maxidev
Created January 31, 2018 01:11
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/2e4a4f456847d0db86c44107ce9d2f84 to your computer and use it in GitHub Desktop.
Save maxidev/2e4a4f456847d0db86c44107ce9d2f84 to your computer and use it in GitHub Desktop.
How to integrate Bitsign library into your project
//Require Bitsign's library
const bitsignjs = require('bitsignjs');
//Instantiate the library with your access token
let api = bitsignjs.init('<your_token>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment