bitproof

1.0.0 • Public • Published

Bitproof for Node.js

Installation

You can install Bitproof with npm:

$ npm install bitproof

Certify

// dependencies
var Bitproof = require('bitproof');

// Find your API credentials in your Bitproof Dashboard
var notary = new Bitproof(YOUR_API_KEY, YOUR_SECRET_KEY);

// push some hex in the blockchain
notary.push(HEX_UP_TO_40_BYTES, function(result) {
    console.log(result);
}, function(err) {
    console.log(err);
});

Applications using Bitproof for Node.js

/bitproof/

    Package Sidebar

    Install

    npm i bitproof

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • bitproof