What are the main components of a zk-rollup system and how do they interact with each - Printable Version +- Darkky Minecraft Server Forum (https://darkkyshadow.com/forum/secret) +-- Forum: Player Section (https://darkkyshadow.com/forum/secret/forumdisplay.php?fid=3) +--- Forum: Others (https://darkkyshadow.com/forum/secret/forumdisplay.php?fid=9) +--- Thread: What are the main components of a zk-rollup system and how do they interact with each (/showthread.php?tid=7263) |
What are the main components of a zk-rollup system and how do they interact with each - zarazyana - 03-14-2024 A zk-rollup system consists of an off-chain aggregator that collects transactions, a validity proof generator that constructs zk-SNARK proofs for these transactions, and an on-chain smart contract that verifies and executes the aggregated transactions. Source: https://www.blockchainappfactory.com/zk-rollups-development |