Aqua protocol js/ts library for intergration with your code. check out aqua-protocol documentation
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.
Check the example folder to see an example project
npm install aqua-verifier
//todo add browser support if possible
import { AquaVerifier } from 'aqua-verifier';
You can use the library without having to install 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