Socket
Socket
Sign inDemoInstall

stampery

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stampery

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


Version published
Weekly downloads
14
decreased by-81.33%
Maintainers
1
Weekly downloads
 
Created
Source

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, leave it blank for production
var stampery = new Stampery('55b6a36e87d90b030074d308', 'beta')

stampery.stamp('test.txt', new Buffer('stamp this'), 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

Keywords

FAQs

Package last updated on 09 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc