testing zk tooling
Go to file
Dmitriy Ryajov b7028dd8f3
remove unused imports
2023-04-10 18:13:13 -06:00
.github/workflows release mode disables constraint checks 2023-03-28 09:12:40 -06:00
circuits make naming more consistent 2023-04-10 14:23:26 -06:00
scripts place built circuits in correct dirs 2023-03-20 19:07:20 -06:00
src remove unused imports 2023-04-10 18:13:13 -06:00
test add todo 2023-04-10 14:31:22 -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 add clarification to readme 2023-04-10 14:32:21 -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 # don't run in release more as it dissables circuit assets