fryorcraken ec8cacb7e3
feat!: remove version from decoder
Phased out of the removal of `version`.

Do not read it anymore.

`version` is used for encryption purposes, it is not a routing concern and hence should not be set on the Waku Message (which itself is a routing artefact)
2025-09-09 13:13:49 +10:00
..
2025-09-09 13:13:49 +10:00
2025-02-11 15:28:00 +05:30
2025-02-11 15:28:00 +05:30
2025-08-15 21:56:59 +02:00
2025-08-15 21:56:59 +02:00
2025-02-11 15:28:00 +05:30
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

npm install @waku/rln

Usage

import { RLN } from '@waku/rln';

// Usage examples coming soon

Constants

  • Implementation contract: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3
  • Proxy contract: 0xb9cd878c90e49f797b4431fbf4fb333108cb90e6

License

MIT OR Apache-2.0