Skip to content

Commit b89a1c0

Browse files
HrikByi-sun
andauthored
docs: update the verifier contract paths in book (#1587)
Co-authored-by: Yi Sun <[email protected]>
1 parent 0f94c8a commit b89a1c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/src/writing-apps/verify.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ This command can take ~20mins on a `m6a.16xlarge` instance due to the keygen tim
4848
Upon a successful run, the command will write the files
4949

5050
- `agg.pk`
51-
- `halo2/Halo2Verifier.sol`
52-
- `halo2/OpenVmHalo2Verifier.sol`
53-
- `halo2/interfaces/IOpenVmHalo2Verifier.sol`
54-
- `halo2/verifier.bytecode.json`
51+
- `halo2/src/[OPENVM_VERSION]/Halo2Verifier.sol`
52+
- `halo2/src/[OPENVM_VERSION]/OpenVmHalo2Verifier.sol`
53+
- `halo2/src/[OPENVM_VERSION]/interfaces/IOpenVmHalo2Verifier.sol`
54+
- `halo2/src/[OPENVM_VERSION]/verifier.bytecode.json`
5555

56-
to `~/.openvm/`, where `~` is the directory specified by environment variable `$HOME`. Every command that requires these files will look for them in this directory.
56+
to `~/.openvm/`, where `~` is the directory specified by environment variable `$HOME` and `OPENVM_VERSION` is the version of OpenVM. Every command that requires these files will look for them in this directory.
5757

5858
The `agg.pk` contains all aggregation proving keys necessary for aggregating to a final EVM proof.
5959
The `OpenVmHalo2Verifier.sol` file contains a Solidity contract to verify the final EVM proof. The contract is named `OpenVmHalo2Verifier` and it implements the `IOpenVmHalo2Verifier` interface.

0 commit comments

Comments
 (0)