testing zk tooling
Go to file
Mikerah 51353ff4b6
Delete bench directory
2023-06-13 16:19:17 -04:00
.github/workflows Completed benchmarking 2023-06-13 15:43:51 -04:00
benches Completed benchmarking 2023-06-13 15:43:51 -04:00
circuits Completed benchmarking 2023-06-13 15:43:51 -04:00
scripts Completed benchmarking 2023-06-13 15:43:51 -04:00
src Completed benchmarking 2023-06-13 15:43:51 -04:00
test Completed benchmarking 2023-06-13 15:43:51 -04:00
.gitignore Completed benchmarking 2023-06-13 15:43:51 -04:00
Cargo.toml Merge branch 'master' into benchmarking 2023-06-13 15:55:04 -04:00
README.md Completed benchmarking 2023-06-13 15:43:51 -04:00
package-lock.json Storage proofs (#1) 2023-02-09 10:40:23 -06:00
package.json Storage proofs (#1) 2023-02-09 10:40:23 -06:00

README.md

codex-zk

License: Apache License: MIT

WIP Zero Knowledge tooling for the Codex project

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 # don't run in release more as it dissables circuit assets

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.