1.2.0 • Published 9 months ago

aqua-verifier v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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-verifier

Usage

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 1. run npm run build 2. 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