An open API service indexing awesome lists of open source software.

https://github.com/firstbatchxyz/hollowdb-prover

Zero-knowledge prover utility for HollowDB.
https://github.com/firstbatchxyz/hollowdb-prover

arweave circom hollowdb typescript zero-knowledge

Last synced: about 1 year ago
JSON representation

Zero-knowledge prover utility for HollowDB.

Awesome Lists containing this project

README

          


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:

```sh
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:

```sh
yarn test
```