This commit is contained in:
AtHeartEngineer
2023-02-20 13:56:34 -05:00
committed by GitHub
parent 86620af3b8
commit 91fe7fbcf7

View File

@@ -1,13 +1,15 @@
<!-- ## Hi there 👋 Welcome to RLN! -->
## 🚯 Rate-Limiting Nullifier
**RLN** is a [zero-knowledge](https://simple.wikipedia.org/wiki/Zero-knowledge_proof) gadget that enables spam prevention in anonymous environments 🧙
**RLN** is a zk-gadget that enables spam prevention mechanism for anonymous environments 🧙
*Circuits, contracts, and libraries are not audited yet, please use caution when considering these for production*
* [Documentation](https://rate-limiting-nullifier.github.io/rln-docs/) - Learn how RLN works
* [RLN Circuits](https://github.com/Rate-Limiting-Nullifier/rln-circuits) - Circom circuits for RLN
* [RLN JS](https://github.com/Rate-Limiting-Nullifier/rlnjs) - Typescript library for RLN
* [RLN JS](https://github.com/Rate-Limiting-Nullifier/rlnjs) - Javascript (Typescript) library for RLN
* [Persistent Merkle Tree (PMTree)](https://github.com/Rate-Limiting-Nullifier/pmtree) - Rust RLN library in collaboration with Vac team
* [Persistent Merkle Tree (PMTree)](https://github.com/Rate-Limiting-Nullifier/pmtree) - Rust Persistent Merkle Tree library in collaboration with Vac team to support the RLN ecosystem.
*This Github organization is maintained by the **PSE** ([Privacy & Scaling Explorations](https://github.com/privacy-scaling-explorations/)), a multidisciplinary team supported by the **Ethereum Foundation**. **PSE** explores new use cases for zero-knowledge proofs and other cryptographic primitives.*