mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
Update README.md
This commit is contained in:
parent
f2b75fa536
commit
7a50292a01
@ -1,9 +1,12 @@
|
||||
# Recursive Stateless ZK-EVM
|
||||
|
||||
Included here is an implementation of a stateless, recursive ZK-EVM client implemented using Plonky2. It currently supports the full Merkle-Patricia Tree and has all Shanghai opcodes implemented. This implementation is able to provide transaction level proofs which are then recursively aggregated into a block proof. This means that proofs for a block can be efficiently distributed across a cluster of computers. As these proofs use Plonky2 they are CPU and Memory bound. The ability to scale horizontally across transactions increases the total performance of the system dramatically.
|
||||
Included here is an implementation of a stateless, recursive ZK-EVM client implemented using Plonky2. It currently supports the full Merkle-Patricia Tree and has all Shanghai opcodes implemented.
|
||||
|
||||
End-to-end workflows are currently in progress to suport this proving mode against live evm networks.
|
||||
## Performance
|
||||
|
||||
This implementation is able to provide transaction level proofs which are then recursively aggregated into a block proof. This means that proofs for a block can be efficiently distributed across a cluster of computers. As these proofs use Plonky2 they are CPU and Memory bound. The ability to scale horizontally across transactions increases the total performance of the system dramatically. End-to-end workflows are currently in progress to suport this proving mode against live evm networks.
|
||||
|
||||
Furthermore the implementation itself is highly optimized to provide fast proving times on generally available cloud instances and does not require GPUs or special hardware.
|
||||
|
||||
## Ethereum Compatibility
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user