update workflow README.md

This commit is contained in:
M Alghazwi 2025-07-03 13:36:11 +02:00
parent 5520a52f8c
commit 7bf138a31b
No known key found for this signature in database
GPG Key ID: 646E567CAD7DB607

View File

@ -1,5 +1,4 @@
# Workflow of the Storage Proof Circuits # Workflow of the Storage Proof Circuits
WARNING: This is a work-in-progress prototype, and has not received careful code review. This implementation is NOT ready for production use.
This crate guides you through generating the circuit input, This crate guides you through generating the circuit input,
building the circuit, building the circuit,
@ -35,8 +34,7 @@ rustup override set nightly
- Go 1.22+ (for the GNARK-based verifier) - Go 1.22+ (for the GNARK-based verifier)
### Generate Circuit Input ### Workflow
The steps to generate circuit input with **fake data** are the following:
#### Step 1: Setting Up Parameters #### Step 1: Setting Up Parameters
- Input params: parameters for generating the circuit input can be defined in [`params.sh`](scripts/params.sh). - Input params: parameters for generating the circuit input can be defined in [`params.sh`](scripts/params.sh).