You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ To actually include this library in a project it is required to:
15
15
This library is used in [ZKLLVM]{https://github.com/NilFoundation/zkllvm} transpiler binary.
16
16
It produces gate argument for EVM from zkllvm-assigner which consists of circuit.crct and assignment.tbl file.
17
17
It can also create test proof to check gate argument by [evm-placeholder-verification]{https://github.com/NilFoundation/zkllvm}
18
-
To build transpiler app follow ZKLLVM instructions to prepare evironment and input data.
18
+
To build transpiler app follow ZKLLVM instructions to prepare evironment and input data. Use this branch [ZKLLVM](https://github.com/NilFoundation/zkllvm/tree/64-add-optimize-option-to-transpiler-app).
19
19
20
20
1. Build transpiler binary file
21
21
```bash
@@ -25,18 +25,18 @@ make -C ${ZKLLVM_BUILD:-build} transpiler -j$(nproc)
3. Copy `output_folder` to `evm-placeholder-verification`. Use this branch [evm-placholder-verification](https://github.com/NilFoundation/evm-placeholder-verification/tree/33-batching-evaluation-proofs))
33
+
3. Copy `output_folder` to `evm-placeholder-verification/examples`. Use this branch [evm-placholder-verification](https://github.com/NilFoundation/evm-placeholder-verification/tree/37-merge-33-and-17)
33
34
34
35
4. Run python scripts from the folder `evm-placeholder-verification/test` to verify test proof
0 commit comments