1.0.3 • Published 6 years ago

revocation-verifier v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Revocation Verifier

This module is to be used in the context of Blockcerts Ethereum revocation method. Requires the Metamask browser extension to be running.

Usage

  1. Install de module
npm install revocation-verifier
  1. Add it to the Cert-Verifier and call the verification method, which returns a promise
var revocation-verifier = require('revocation-verifier')

// returns true if certificate is valid
// the certificate should be passed as an object, not stringified
revocation-verifier.getRevocationStatus(CERTIFICATE_HERE).then(console.log)
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago