hollowdb-prover
v0.1.6
Published
Zero-knowledge proof generator utiity for HollowDB
Downloads
18
Maintainers
Readme
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