mirror of
https://github.com/Rate-Limiting-Nullifier/rln-cli.git
synced 2026-01-09 20:57:56 -05:00
docs: update readme with actual greeting
This commit is contained in:
30
README.md
30
README.md
@@ -7,25 +7,33 @@
|
|||||||
<h3 align="center">CLI for RLN in Rust</h3>
|
<h3 align="center">CLI for RLN in Rust</h3>
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo run --release -- help
|
cargo run --release
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Usage: rln-cli <COMMAND>
|
_______ __ __ __
|
||||||
|
| \ | \ | \ | \
|
||||||
|
| $$$$$$$\| $$ | $$\ | $$
|
||||||
|
| $$__| $$| $$ | $$$\| $$
|
||||||
|
| $$ $$| $$ | $$$$\ $$
|
||||||
|
| $$$$$$$\| $$ | $$\$$ $$
|
||||||
|
| $$ | $$| $$_____ | $$ \$$$$
|
||||||
|
| $$ | $$| $$ \| $$ \$$$
|
||||||
|
\$$ \$$ \$$$$$$$$ \$$ \$$
|
||||||
|
|
||||||
|
|
||||||
|
Usage: rln <COMMAND>
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
generate-contract
|
contract Generates smart-contract
|
||||||
help Print this message or the help of the given subcommand(s)
|
circuit Generates circuit
|
||||||
|
webapp Generates webapp template
|
||||||
|
prove Generates proof
|
||||||
|
verify Verifies given RLN zk-proof
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-h, --help Print help information
|
-h, --help Print help information
|
||||||
-V, --version Print version information
|
-V, --version Print version information
|
||||||
```
|
```
|
||||||
|
|
||||||
## What's next
|
|
||||||
|
|
||||||
* Zerokit integration
|
|
||||||
* Generate pre-compiled circuits
|
|
||||||
* Generate smart-contract
|
|
||||||
* Generate RLN Project
|
|
||||||
|
|||||||
Reference in New Issue
Block a user