README
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run tests
npm run test
Provides a client that can verify a hash against the certifaction Ethereum smart contract.
<script type="module">
import certifactionVerificationClient from 'https://cdn.skypack.dev/@certifaction/verification-client';
</script>
npm install
npm run serve
npm run build
npm run test