js-waku-examples/rln-js
fryorcraken.eth d460d38656
feat(rln-js): use proof verify no roots
2022-10-10 10:44:25 -05:00
..
README.md feat(rln-js): new pure javascript example for RLN 2022-09-26 10:41:30 +10:00
index.html feat(rln-js): use proof verify no roots 2022-10-10 10:44:25 -05:00
style.css feat(rln-js): add some style 2022-10-06 18:34:28 -04:00

README.md

Using RLN in JavaScript

Demonstrates:

  • RLN: Generate proof
  • 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/.