mhchia / rln-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RLN Workshop @ zkplayground.tw

This is a demonstration of how RLN can be used in the RLN workshop at zkplayground.tw.

Architecture

Prerequisites

1. Ensure Metamask is installed in your browser.

2. Check your balance in your Metamask wallet.

  • Use the Goerli testnet.
  • Should be some ethers in your wallet.
  • Add testing token 0x122488C20C026BAE7e139c4e61255d0fd60c88F1 to your wallet
    • Should be 1000 RLNWT in your wallet.

Run

1. Install

npm install

2. Compile to code and run a web server

npm run build-and-run-server

3. Open the app in your browser.

open http://localhost:8080

Fix FIXMEs to make the app work :D

Or, see the branch complete for the complete code.

Contract Addresses

About

License:MIT License


Languages

Language:TypeScript 79.7%Language:JavaScript 10.9%Language:HTML 9.3%