2025-02-11 15:28:00 +05:30
|
|
|
# @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
|
|
|
|
|
```
|
|
|
|
|
|
2025-03-31 14:32:29 +05:30
|
|
|
## Constants
|
|
|
|
|
|
|
|
|
|
- Implementation contract: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3
|
|
|
|
|
- Proxy contract: 0xb9cd878c90e49f797b4431fbf4fb333108cb90e6
|
|
|
|
|
|
2025-02-11 15:28:00 +05:30
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
MIT OR Apache-2.0
|