This commit is contained in:
Jaremy Creechley 2024-05-02 22:40:43 +03:00
parent f1732d58c2
commit 6a6f3ffd59
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@ By it runs all commands relative to the `nim-codex` repo. This simplifies findin
## Codex Ark Circom CLI ## Codex Ark Circom CLI
**WIP**: untested Runs Codex's prover setup with Ark / Circom.
Compile: Compile:
```sh ```sh
nim c codex_ark_prover_cli.nim nim c codex_ark_prover_cli.nim
``` ```
Run: Run to see usage:
```sh ```sh
./codex_ark_prover_cli.nim -h ./codex_ark_prover_cli.nim -h
``` ```