Skip to content

Commit

Permalink
testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
anylots committed Feb 19, 2025
1 parent 79a9823 commit 5b47e4d
Show file tree
Hide file tree
Showing 3 changed files with 4,835 additions and 30,704 deletions.
6 changes: 5 additions & 1 deletion prover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ RUST_LOG=info TRUSTED_SETUP_4844=../../configs/4844_trusted_setup.txt cargo run
or

```sh
RUST_LOG=info TRUSTED_SETUP_4844=../../configs/4844_trusted_setup.txt cargo run --release -- --block-path ../../testdata/mainnet_batch_traces_l1.json
RUST_LOG=info TRUSTED_SETUP_4844=../../configs/4844_trusted_setup.txt cargo run --release -- --block-path ../../testdata/devnet_small_batch_traces.json
```

### Prove
RUST_LOG=info TRUSTED_SETUP_4844=../../configs/4844_trusted_setup.txt cargo run --release -- --block-path ../../testdata/devnet_small_batch_traces.json --prove


### Build the Program


Expand Down
Loading

0 comments on commit 5b47e4d

Please sign in to comment.