Skip to content

Commit

Permalink
chore: trace script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Jun 21, 2024
1 parent caf1b2c commit d84e43c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zero_bin/tools/prove_stdio.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
# ------------------------------------------------------------------------------
set -exo pipefail

# Run prover with the parsed input from the standard terminal.
# To generate the json input file, use the `rpc` tool, for example:
# `cargo run --bin rpc -- fetch --rpc-url http://127.0.0.1:8546 --start-block 2 --end-block 5 > witness.json`
Expand Down

0 comments on commit d84e43c

Please sign in to comment.