js-waku/packages/rln/README.md
Danish Arora a8ff776962
chore(rln): update ABI and contract address to Linea Sepolia, enhancements (#2294)
* chore: update ABI

* chore: update contract address and chain ID to Linea Sepolia

* chore: improve error handling

* fix: bigint conversion

* chore: update tests

* chore: clean comments

* chore: export keystore types

* chore: update README with contract address

* tests: add reusable mock functions

* chore: LINEA_CONTRACT instead of SEPOLIA_CONTRACT

* chore: add linea to cspell

* chore: add rateLimit to MembershipInfo

* fix(tests): rate limit additions

* chore: update gitignore
2025-03-31 14:32:29 +05:30

532 B

@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