From 7bf138a31b9c39ed3a5f7a8acdbeaa3f19211484 Mon Sep 17 00:00:00 2001 From: M Alghazwi Date: Thu, 3 Jul 2025 13:36:11 +0200 Subject: [PATCH] update workflow README.md --- workflow/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/workflow/README.md b/workflow/README.md index 9be69af..08fb617 100755 --- a/workflow/README.md +++ b/workflow/README.md @@ -1,5 +1,4 @@ # 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, building the circuit, @@ -35,8 +34,7 @@ rustup override set nightly - Go 1.22+ (for the GNARK-based verifier) -### Generate Circuit Input -The steps to generate circuit input with **fake data** are the following: +### Workflow #### Step 1: Setting Up Parameters - Input params: parameters for generating the circuit input can be defined in [`params.sh`](scripts/params.sh).