HollowDB Prover
Proof generator package for HollowDB.
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