testing zk tooling
Go to file
Dmitriy Ryajov a54cee75d9
place built circuits in correct dirs
2023-03-20 19:07:20 -06:00
.github/workflows build circuits 2023-03-20 19:04:42 -06:00
circuits instantiate storer 2023-03-20 18:46:44 -06:00
scripts place built circuits in correct dirs 2023-03-20 19:07:20 -06:00
src keep the artifacts dir 2023-03-20 18:58:05 -06:00
.gitignore update .gitignore 2023-03-20 18:58:22 -06:00
Cargo.toml enable ark-serialize 2023-03-20 18:47:09 -06:00
README.md Update README.md (#2) 2023-02-21 17:06:09 -06:00

README.md

codex-zk

License: Apache License: MIT

WIP Zero Knowledge tooling for the Codex project

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.

Usage

First

git clone git@github.com:status-im/codex-storage-proofs.git
cd codex-storage-proofs
npm i
cd circuits

Preparing test key material (only suitable for testing)

../scripts/circuit_prep.sh storer 13

Running the tests:

npm test

npm test test/merkletree.js