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
> You will need at least 16GB RAM to generate the default proof.
15
16
16
17
Generate the proof for your program using the standard prover.
17
18
@@ -20,9 +21,10 @@ cd script
20
21
RUST_LOG=info cargo run --bin prove --release
21
22
```
22
23
23
-
**EVM-Compatible Proof Generation.**
24
+
## EVM-Compatible Proof Generation & Verification
24
25
25
-
*WARNING: You will need at least 128GB of RAM to generate the proof.*
26
+
> [!WARNING]
27
+
> You will need at least 128GB RAM to generate the PLONK proof.
26
28
27
29
Generate the proof that is small enough to be verified on-chain and verifiable by the EVM. This command also generates a fixture that can be used to test the verification of SP1 zkVM proofs inside Solidity.
28
30
@@ -31,9 +33,9 @@ cd script
31
33
RUST_LOG=info cargo run --bin prove --release -- --evm
32
34
```
33
35
34
-
## Solidity Proof Verification
36
+
###Solidity Proof Verification
35
37
36
-
After generating the Verify the proof with the SP1 EVM verifier.
38
+
After generating the verify the proof with the SP1 EVM verifier.
0 commit comments