docs: add users

This commit is contained in:
rymnc 2024-04-21 15:53:46 +02:00
parent 0521c7349e
commit b450bfdb37
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34
1 changed files with 11 additions and 1 deletions

View File

@ -18,13 +18,23 @@ in Rust.
- [semaphore-rs](https://github.com/worldcoin/semaphore-rs) written in Rust based on ark-circom.
## Users
Zerokit is used by -
- [nwaku](https://github.com/waku-org/nwaku)
- [js-rln](https://github.com/waku-org/js-rln)
## Build and Test
To install missing dependencies, run the following commands from the root folder
```bash
make installdeps
```
To build and test all crates, run the following commands from the root folder
```bash
make build
make test
@ -32,4 +42,4 @@ make test
## Release assets
We use [`cross-rs`](https://github.com/cross-rs/cross) to cross-compile and generate release assets for rln.
We use [`cross-rs`](https://github.com/cross-rs/cross) to cross-compile and generate release assets for rln.