Skip to content

Commit 261de3d

Browse files
committed
readme
1 parent 08c4d5a commit 261de3d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

tests/prover-e2e/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ link the staff dir as "conf" from one of the dir with staff set, currently we ha
99

1010
Steps:
1111
1. run `make all` under `tests/prover-e2e`, it would launch a postgreSql db in local docker container, which is ready to be used by coordinator (include some chunks/batches/bundles waiting to be proven)
12-
2. download circuit assets with `download-release.sh` script in `zkvm-prover`
13-
3. generate the verifier stuff corresponding to the downloaded assets by `make gen_verifier_stuff` in `zkvm-prover`
14-
4. setup `config.json` and `genesis.json` for coordinator, copy the generated verifier stuff in step 3 to the directory which coordinator would load them
15-
5. build and launch `coordinator_api` service locally
16-
6. setup the `config.json` for zkvm prover to connect with the locally launched coordinator api
17-
7. in `zkvm-prover`, launch `make test_e2e_run`, which would specific prover run locally, connect to the local coordinator api service according to the `config.json`, and prove all tasks being injected to db in step 1.
12+
2. setup assets by run `make coordinator_setup`
13+
3. in `coordinator/build/bin/conf`, update necessary items in `config.template.json` and rename it as `config.json`
14+
4. build and launch `coordinator_api` service locally
15+
5. setup the `config.json` for zkvm prover to connect with the locally launched coordinator api
16+
6. in `zkvm-prover`, launch `make test_e2e_run`, which would specific prover run locally, connect to the local coordinator api service according to the `config.json`, and prove all tasks being injected to db in step 1.

0 commit comments

Comments
 (0)