12 lines
348 B
Markdown
12 lines
348 B
Markdown
|
# 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/.
|