zerokit/semaphore
Aaryamann Challani 9e44bb64dc
fix(semaphore): use fixed rev (#130)
2023-03-20 14:06:25 +05:30
..
src Code quality (#114) 2023-02-27 11:46:16 +05:30
tests test: separate out tests (#103) 2023-01-31 21:27:28 +05:30
vendor
Cargo.toml fix(semaphore): use fixed rev (#130) 2023-03-20 14:06:25 +05:30
Makefile.toml
README.md Update documentation for building and testing (#120) 2023-02-24 11:50:51 +05:30
build.rs Add rust-clippy to CI (#108) 2023-02-06 05:54:59 +01:00

README.md

Semaphore example package

This is basically a wrapper around/copy of https://github.com/worldcoin/semaphore-rs to illustrate how e.g. RLN package can be structured like.

Goal is also to provide a basic FFI around protocol.rs, which is currently not in scope for that project.

See that project for more information.

Build and Test

To build and test, run the following commands within the module folder

cargo make build
cargo make test