Skip to content

Commit 2e28fdc

Browse files
author
Ratan Kaliani
authored
docs: README
1 parent 1fc2763 commit 2e28fdc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ that can generate a proof of any RISC-V program and verify the proof onchain.
99
- [SP1](https://succinctlabs.github.io/sp1/getting-started/install.html)
1010
- [Foundry](https://book.getfoundry.sh/getting-started/installation)
1111

12-
## Generate Proof
12+
## Standard Proof Generation
1313

14-
**Standard Proof Generation.**
14+
> [!WARNING]
15+
> You will need at least 16GB RAM to generate the default proof.
1516
1617
Generate the proof for your program using the standard prover.
1718

@@ -20,9 +21,10 @@ cd script
2021
RUST_LOG=info cargo run --bin prove --release
2122
```
2223

23-
**EVM-Compatible Proof Generation.**
24+
## EVM-Compatible Proof Generation & Verification
2425

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.
2628
2729
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.
2830

@@ -31,9 +33,9 @@ cd script
3133
RUST_LOG=info cargo run --bin prove --release -- --evm
3234
```
3335

34-
## Solidity Proof Verification
36+
### Solidity Proof Verification
3537

36-
After generating the Verify the proof with the SP1 EVM verifier.
38+
After generating the verify the proof with the SP1 EVM verifier.
3739

3840
```
3941
cd ../contracts

0 commit comments

Comments
 (0)