Update Codex CLI options (#9)

This commit is contained in:
Slava 2024-09-25 18:41:50 +03:00 committed by GitHub
parent cf4ee6f048
commit e7a40cf06e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ which sets the top-level log level to `info` and then for topics `marketplace` a
```shell ```shell
codex --help codex --help
Usage: Usage:
codex [OPTIONS]... command codex [OPTIONS]... command
@ -97,6 +98,7 @@ The following options are available:
--marketplace-address Address of deployed Marketplace contract. --marketplace-address Address of deployed Marketplace contract.
--validator Enables validator, requires an Ethereum node [=false]. --validator Enables validator, requires an Ethereum node [=false].
--validator-max-slots Maximum number of slots that the validator monitors [=1000]. --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: Available sub-commands:
@ -104,6 +106,8 @@ codex persistence prover [OPTIONS]...
The following options are available: 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 --circom-r1cs The r1cs file for the storage circuit
[=/root/.cache/codex/circuits/proof_main.r1cs]. [=/root/.cache/codex/circuits/proof_main.r1cs].
--circom-wasm The wasm file for the storage circuit --circom-wasm The wasm file for the storage circuit