From b450bfdb374711887e6b1c3330aa8a04ccb2d909 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Sun, 21 Apr 2024 15:53:46 +0200 Subject: [PATCH] docs: add users --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed9e4d..1b74561 100644 --- a/README.md +++ b/README.md @@ -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.