Skip to content

Commit

Permalink
docs: update prover guide (matter-labs#1389)
Browse files Browse the repository at this point in the history
A small change to one of the steps to run prover from the `prover`
directory, not the root.
  • Loading branch information
ischasny authored Mar 8, 2024
1 parent 610064b commit f904f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/advanced/prover_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ friendly hash function (currently Poseidon2).
[prover_setup_data]:
https://github.com/matter-labs/zksync-era/blob/d2ca29bf20b4ec2d9ec9e327b4ba6b281d9793de/prover/vk_setup_data_generator_server_fri/src/lib.rs#L61
[verifier_computation]:
https://github.com/matter-labs/era-contracts/blob/dev/l1-contracts/contracts/zksync/Verifier.sol#268
https://github.com/matter-labs/era-contracts/blob/d85a73a1eeb5557343b7b44c6543aaf391d8b984/l1-contracts/contracts/zksync/Verifier.sol#L267
3 changes: 2 additions & 1 deletion prover/prover_fri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ Machine specs:

to produce blocks to be proven

5. Run prover gateway to fetch blocks to be proven from server:
5. Move again into the `prover` directory. The rest of the steps will be performed from there. Run prover gateway to
fetch blocks to be proven from server:

```console
zk f cargo run --release --bin zksync_prover_fri_gateway
Expand Down

0 comments on commit f904f6d

Please sign in to comment.