js-waku-examples/rln-js
fryorcraken.eth c546f0e113
doc: update readme
2022-10-28 14:17:15 +11:00
..
README.md doc: update readme 2022-10-28 14:17:15 +11:00
index.html chore(rln-js): bump js-waku to 0.30.0 2022-10-28 11:41:10 +11:00
style.css feat(rln-js): add some style 2022-10-06 18:34:28 -04: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, simply download the index.html file from this folder and open it in a browser.

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