rln-interep-contract/ui
rymnc 82888ab3ba
feat: add the old snark artifacts that interep uses
2022-12-07 18:12:30 +05:30
..
README.md feat: ui for rln-interep 2022-12-05 12:18:12 +05:30
index.html feat: add the old snark artifacts that interep uses 2022-12-07 18:12:30 +05:30
package.json feat: ui for rln-interep 2022-12-05 12:18:12 +05:30
style.css feat: ui for rln-interep 2022-12-05 12:18:12 +05:30

README.md

Using RLN using Interep 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.

There are a known issue using this webapp with Firefox + MetaMask. Try Chrome or Brave if you encounter any issue.