Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.75 KB

README.md

File metadata and controls

55 lines (45 loc) · 1.75 KB

logo

HollowDB Prover

Proof generator package for HollowDB.

License: MIT NPM Docs Workflow: Tests GitHub: HollowDB Discord

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