js-waku/packages/rln/README.md
Danish Arora 0a0a92bccb
feat: @waku/rln (#2244)
* chore: setup rln as a new package

* chore: migrate src

* fix: wasm loading, tests, config

* chore: fix Karma CI

* fix: bundler

* chore: copy dist resources

* chore(rln): enable all tests

* chore: increase karma timeouts
2025-02-11 15:28:00 +05:30

25 lines
386 B
Markdown

# @waku/rln
Rate Limiting Nullifier (RLN) implementation for Waku.
## Description
This package provides RLN functionality for the Waku protocol, enabling rate-limiting capabilities while preserving privacy.
## Installation
```bash
npm install @waku/rln
```
## Usage
```typescript
import { RLN } from '@waku/rln';
// Usage examples coming soon
```
## License
MIT OR Apache-2.0