testing zk tooling
Go to file
Dmitriy Ryajov 3057cb201b
release mode disables constraint checks
2023-03-28 09:12:40 -06:00
.github/workflows release mode disables constraint checks 2023-03-28 09:12:40 -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 add back missing unsafe blocks 2023-03-28 09:08:40 -06:00
test License: MIT 2023-03-21 09:46:36 -06:00
.gitignore update gitignore 2023-03-20 19:09:50 -06:00
Cargo.toml debug optimizations to speed withness generation 2023-03-27 18:53:56 -06:00
README.md updating readme 2023-03-20 22:12:01 -06:00
package-lock.json fix ci 2023-03-20 21:59:43 -06:00
package.json fix ci 2023-03-20 21:59:43 -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, clone the repo and install the circom components:

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

Nex, compile circuits:

../scripts/circuit_prep.sh

Running the tests:

cargo test -r # run tests in release mode by default for speed