0.1.6 • Published 3 months ago

hollowdb-prover v0.1.6

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

Installation

HollowDB prover is an NPM package. You can install it as:

yarn add hollowdb-prover    # yarn
npm install hollowdb-prover # npm
pnpm add hollowdb-prover    # pnpm

Usage

See documentation at https://docs.hollowdb.xyz/zero-knowledge-proofs/hollowdb-prover.

Testing

To run tests for both Groth16 and PLONK:

yarn test