Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 855 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 855 Bytes

RLN CLI

CLI for RLN in Rust

How to use

cargo run --release
_______   __        __    __ 
|       \ |  \      |  \  |  \
| $$$$$$$\| $$      | $$\ | $$
| $$__| $$| $$      | $$$\| $$
| $$    $$| $$      | $$$$\ $$
| $$$$$$$\| $$      | $$\$$ $$
| $$  | $$| $$_____ | $$ \$$$$
| $$  | $$| $$     \| $$  \$$$
 \$$   \$$ \$$$$$$$$ \$$   \$$


Usage: rln <COMMAND>

Commands:
  contract  Generates smart-contract
  circuit   Generates circuit
  webapp    Generates webapp template
  prove     Generates proof
  verify    Verifies given RLN zk-proof

Options:
  -h, --help     Print help information
  -V, --version  Print version information