0.9.5 • Published 4 years ago

react-blockcerts v0.9.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

React Blockcerts

Introduction

This component for React allows to view and verify certificates compliant with the Blockcerts standard.

This is not the official Blockcerts.org viewer, but it implements the same verification process and uses some of its code (cert-verifier-js).

For official information about Blockcerts, please check https://www.blockcerts.org/about.html

Demo

https://guix77.github.io/react-blockcerts

How to use

yarn add react-blockcerts

Then in your React app:

import React from 'react'
import Blockcerts from 'react-blockcerts'

const App = () => {
  return (
    <Blockcerts
      src="https://raw.githubusercontent.com/blockchain-certificates/cert-verifier-js/master/tests/data/sample-cert-mainnet-valid-2.0.json"
    />
  )
}

Props

  • src (string or object): url of the certificate JSON, or certificate JSON

Author

Guillaume Duveau, blockchain and web developer. See my pages about Blockcerts

Sponsors

Development

Publish NPM package:

yarn publish

Publish demo:

yarn publish-demo
0.9.5

4 years ago

0.9.4

4 years ago

0.9.2

4 years ago

0.9.0

4 years ago

0.9.1

4 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago