testing zk tooling
Go to file
Dmitriy Ryajov 3896fddaa2
proper test component instantiation
2023-03-16 14:14:15 -06:00
.github/workflows adding CI build (#4) 2023-03-07 18:17:13 -06:00
circuits proper test component instantiation 2023-03-16 14:14:15 -06:00
scripts rework with poseidon (#3) 2023-03-07 18:27:00 -06:00
src wip rust ffi 2023-03-16 14:14:09 -06:00
test proper test component instantiation 2023-03-16 14:14:15 -06:00
.gitignore rework with poseidon (#3) 2023-03-07 18:27:00 -06:00
Cargo.toml wip rust ffi 2023-03-16 14:14:09 -06:00
README.md Update README.md (#2) 2023-02-21 17:06:09 -06: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

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