This commit is contained in:
Giacomo Pasini 2025-05-20 12:17:24 +02:00
parent 8cdc2d1dbe
commit 2322b7f1fe
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

View File

@ -6,7 +6,7 @@ This repository contains a proof-of-concept implementation of a Risc0-based sove
This implementation consists of three main components:
1. **Sequencer Node**: An Reth-based execution node that processes transactions and submits blocks to Nomos.
1. **Sequencer Node**: A Reth-based execution node that processes transactions and submits blocks to Nomos.
2. **Prover**: Generates zero-knowledge proofs for block execution, ensuring the correctness of state transitions.
3. **Light Node**: Verifies proofs and block data, enabling trustless verification of the rollup state.