Bitproof for Node.js
You can install Bitproof with npm:
$ npm install bitproof
// dependencies var Bitproof = require'bitproof'; // Find your API credentials in your Bitproof Dashboard var notary = YOUR_API_KEY YOUR_SECRET_KEY; // push some hex in the blockchain notarypushHEX_UP_TO_40_BYTES console.logresult; console.logerr;;
Applications using Bitproof for Node.js