Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcashier committed Nov 1, 2024
1 parent 705217c commit 5ee963d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Options:
-c, --cache[=<CACHE>] Cache RPC calls locally; the value specifies the cache directory [default when the flag is present: cache_rpc]
-b, --block-number=<BLOCK_NUMBER> Starting block number
-n, --block-count=<BLOCK_COUNT> Number of blocks to build in a single proof [default: 1]
-s, --chain=<CHAIN> Which chain spec to use
```

When run in this mode, Zeth does all the work needed to construct an Ethereum block and verifies the correctness
Expand Down Expand Up @@ -170,6 +171,25 @@ Block Fork
19426587 Dencun
```

When no RPC URL is given, the `--chain` parameter defines which chain fork is being used, with network's mainnet chain being the default when the parameter and the RPC URL are missing.
The supported chains are listed below:

`zeth-ethereum`:
```
mainnet (Ethereum mainnet)
sepolia (Ethereum Sepolia testnet)
holesky (Ethereum Holesky testnet)
dev (Local Ethereum devnet)
```
`zeth-optimism`:
```
optimism (Optimism mainnet)
optimism-sepolia (Optimism Sepolia testnet)
base (Base mainnet)
base-sepolia (Base Sepolia testnet)
dev (Local Optimism devnet)
```

#### run
*This command only invokes the RISC Zero executor and does not generate any proofs.*
```shell
Expand Down

0 comments on commit 5ee963d

Please sign in to comment.