mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-03-15 03:13:07 +00:00
Bumps [viem](https://github.com/wevm/viem) from 2.38.4 to 2.43.5. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.38.4...viem@2.43.5) --- updated-dependencies: - dependency-name: viem dependency-version: 2.43.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@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
Smart Contract Type Generation
We use wagmi to generate TypeScript bindings for interacting with the RLN smart contracts.
When changes are pushed to the waku-rlnv2-contract repository, run the following script to fetch and build the latest contracts and generate the TypeScript bindings:
npm run setup:contract-abi
Note that we commit/bundle the generated typings, so it's not necessary to run this script unless the contracts are updated.
Usage
import { RLN } from '@waku/rln';
// Usage examples coming soon
License
MIT OR Apache-2.0