Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jan 14, 2025
1 parent e1913b9 commit 0933ae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provers/celestia-prover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ After the one-time setup, the following minimum steps are necessary each time yo
make setup
```

1. Extract the EVM address labeled with `ics07Tendermint` which will be used as a `client_id` when querying state transition proofs:
1. Make sure to set `SP1_PROVER=network` in `.env` and get sp1 prover network private key from celestia 1Password.

1. Copy the EVM address labeled with `ics07Tendermint` from terminal output which will be used as a `client_id` when querying state transition proofs:

```shell
grpcurl -plaintext -d '{"client_id": ""}' localhost:50051 celestia.prover.v1.Prover/ProveStateTransition
```

The Groth16 `client_id` is deterministic and will consistently be `08-groth16-0` after each deployment.

## Running it locally

When debugging the prover it's much faster to run it locally from the root of the project:
Expand Down

0 comments on commit 0933ae7

Please sign in to comment.