Giter VIP home page Giter VIP logo

node-guardtime's Introduction

note: this legacy project is not maintained any more.


API to access Guardtime services.

Includes Guardtime C API in subdirectory libgt-x.y

How to build:

npm install .
npm link

or

node-gyp rebuild 

Hello world:

var gt = require('guardtime');

gt.sign('Hello world!', function(err, ts) {
  if (err)
    throw err;
  gt.verify('Hello world!', ts, function(err, checkflags, props){
    if (err) 
      throw err;
    console.log('All ok; signed by ' + props.location_name + ' at ' + props.registered_time);
  });
});

For API documentation please refer to node-guardtime-api.markdown

For more information about the Guardtime Keyless Signature service please have a look at http://www.guardtime.com/signatures/technology-overview

As You are already here - this is the essence: Guardtime service adds hash of your doc to a giant hash tree with globally unique root value; and regularily publishes this root value in widely witnessed media. This allows you to prove that your document did exist at certain point of time, you used certain service endpoint, and this document was not modified ever after.

Needs Node.JS >= 0.8.0; Windows is not tested.

build status


Published under Apache license v. 2.0. Copyright Guardtime AS 2014

node-guardtime's People

Contributors

ristik avatar ahtotruu avatar cobracmder avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.