docs: update readme with actual greeting

This commit is contained in:
Magamedrasul Ibragimov
2022-12-30 13:03:38 +03:00
parent ba1dc21c4d
commit f8d4d9eed9

View File

@@ -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