https://TalaoDAO.github.io/react-talao-certificates
import { TalaoCertificate } from 'react-talao-certificates'
...
<TalaoCertificate json={json} network='rinkeby' preview={true} />
- network is optional, defaults to 'mainnet'
- preview is optional, defaults to false
Watch files and run a development server:
yarn start
Publish NPM package:
yarn publish
Publish demo:
yarn publish-demo