RLN V3 is a new version of the RLN protocol using the new features of Semaphore V4:
-
EdDSA for the identity schema
-
LeanIMT for groups. It supports dynamic tree depth: the depth is updated as leaves are inserted, and a circuit with a maximum depth of 32 can be used to generate proofs for a tree of depth 10.
More info about the new features of Semaphore V4 can be found in the v4.0.0 release.
Navigate to the circuits folder:
cd circuitsThen follow the instructions in the README.md file inside the folder.
Navigate to the node folder:
cd nodeThen follow the instructions in the README.md file inside the folder.
You can use the live app: https://rln-benchmarks.vercel.app/
Navigate to the browser folder:
cd browserThen follow the instructions in the README.md file inside the folder.