aqua-verifier
v1.2.0
Published
JS Client for external verifier. Goal: A shared library supports a commandline execution and a chrome-extension which is implementation independent. So the verify.js will support not only the mediawiki integration but potentially other third party integr
Maintainers
Readme
Aqua Verifier
JS Client for external verifier.
- An npm library
- a cli tool to verify aqaua chain json file
Usage
Ensure to use the same semantic version as the Aqua protocol version you are using for example
- use version 1.2.XX with aqua protocol version 1.2.
Installation
npm install aqua-verifierUsage
import { AquaVerifier } from 'aqua-verifier';
Requirements
Node.js v20.9.0
local development
You can use the library without having to instal it from npm
- run
npm run build - run
npm link
in you aqua-container or any other project run npm link aqua-verifier .
optional to unlink remove this library npm unlink aqua-verifier
