GitHub - aesedepece/node: Stampery API for NodeJS. Notarize all your data using the blockchain · GitHub
Skip to content

aesedepece/node

 
 

Folders and files

Repository files navigation

Stampery

NPM Package

Notarize all your data using the blockchain. Generate immutable and valid globally proofs of existence, integrity and ownership of any piece of data.

Get Started

npm install stampery

Using it in Node:

var Stampery = require('stampery')

// 'beta' for testing, remove the argument for production
var stampery = new Stampery('55b6a36e87d90b030074d308', 'beta')

var data = new Buffer('Create a proof of this using the blockchain')
stampery.stamp('test.txt', data, {someother: 'extradata'}, function(err, fileHash) { })
stampery.get(hash, function(err, stamp) { })
stampery.proof(hash, function(err, proof) { })

You can get your API key signing up and going to your account.

License

Code released under the MIT license.

Copyright 2015 Stampery

About

Stampery API for NodeJS. Notarize all your data using the blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • CoffeeScript 100.0%