js-waku-examples/examples/rln-js
Prem Chaitanya Prathi 1575056c35
chore: update paths in quick use instructions in README for some of the examples (#244)
2023-06-23 06:35:06 +02:00
..
README.md chore: update paths in quick use instructions in README for some of the examples (#244) 2023-06-23 06:35:06 +02:00
favicon.ico merge with master 2023-01-04 21:41:13 +01:00
favicon.png improve manifest and add background to png image 2023-01-11 23:04:42 +01:00
index.html chore: update rln-js example to use @waku/rln 0.1.0 (#237) 2023-05-17 16:07:55 -04:00
index.js feat: use @waku/sdk for basic examples (#241) 2023-06-21 00:25:25 +02:00
manifest.json improve manifest and add background to png image 2023-01-11 23:04:42 +01:00
package-lock.json merge with master 2023-01-04 21:57:56 +01:00
package.json move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
style.css move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00

README.md

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
  • Pure Javascript/HTML.
  • Use minified bundle of js from unpkg.com, no import, no package manager.

To test the example:

git clone https://github.com/waku-org/js-waku-examples
cd js-waku-examples/examples/rln-js
npm install
npm run start
# open  http://127.0.0.1:8080 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/.