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.
- Host: GitHub
- URL: https://github.com/firstbatchxyz/hollowdb-prover
- Owner: firstbatchxyz
- License: mit
- Created: 2023-07-28T12:03:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T08:55:40.000Z (over 2 years ago)
- Last Synced: 2025-04-07T18:52:48.188Z (about 1 year ago)
- Topics: arweave, circom, hollowdb, typescript, zero-knowledge
- Language: TypeScript
- Homepage: https://docs.hollowdb.xyz/
- Size: 7.05 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HollowDB Prover
Proof generator package for HollowDB.
## 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
```