From e7a40cf06e47d7eb6124f729618f8e67f8d00286 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:41:50 +0300 Subject: [PATCH] Update Codex CLI options (#9) --- learn/run.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/learn/run.md b/learn/run.md index 1fe7c15..f582b6e 100644 --- a/learn/run.md +++ b/learn/run.md @@ -49,6 +49,7 @@ which sets the top-level log level to `info` and then for topics `marketplace` a ```shell codex --help + Usage: codex [OPTIONS]... command @@ -97,6 +98,7 @@ The following options are available: --marketplace-address Address of deployed Marketplace contract. --validator Enables validator, requires an Ethereum node [=false]. --validator-max-slots Maximum number of slots that the validator monitors [=1000]. + --reward-recipient Address to send payouts to (eg rewards and refunds). Available sub-commands: @@ -104,6 +106,8 @@ codex persistence prover [OPTIONS]... The following options are available: + -cd, --circuit-dir Directory where Codex will store proof circuit data + [=/root/.cache/codex/circuits]. --circom-r1cs The r1cs file for the storage circuit [=/root/.cache/codex/circuits/proof_main.r1cs]. --circom-wasm The wasm file for the storage circuit