2023-11-17 11:00:27 +03:00
..
2023-11-17 11:00:27 +03:00
2023-10-25 01:25:08 +02:00
2023-10-25 01:25:08 +02:00
2023-10-25 01:25:08 +02:00
2023-10-26 15:59:58 +02:00
2023-10-28 21:03:28 +02:00
2023-10-28 21:03:28 +02:00
2023-10-25 01:25:08 +02:00
2023-11-02 23:28:32 +01:00
2023-10-25 01:25:08 +02:00
2023-10-25 01:25:08 +02:00

Using RLN in JavaScript

Rate limiting nullifier (RLN) is a construct based on zero-knowledge proofs that provides an anonymous rate-limited signaling/messaging framework suitable for decentralized (and centralized) environments

Demonstrates:

  • RLN:
    • Generate credentials
    • Insert membership to smart contract (Goerli testnet)
    • Retrieve smart contract state
    • Generate and send proofs
    • Verify incoming proofs
    • Keystore
  • Next.js framework

Getting Started

git clone https://github.com/waku-org/js-waku-examples
cd js-waku-examples/examples/rln-js
npm install
npm run dev
# open  http://127.0.0.1:3000 In your browser

There are a known issue using this webapp with Firefox + MetaMask. Try Chrome or Brave if you encounter any issue.

The master branch's HEAD is deployed at https://examples.waku.org/rln-js/.