Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 314 Bytes

File metadata and controls

9 lines (8 loc) · 314 Bytes

ZK Proof Generation

  1. Download a BLOB from the Beacon Chain
  2. Decode messages from the blob and parse them as JSON
  3. Verify the JSON file
  4. Input JSON into the verification circuit
  5. Extract required fields for proof generation
  6. Generate ZK proof of data validity
  7. Send generated proof to Sequencer