mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 16:53:10 +00:00
25 lines
386 B
Markdown
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
|