Difference between revisions of "Optimistic rollups"

97 bytes removed ,  00:15, 27 April 2022
m
no edit summary
(Created page with "Optimistic rollups sit in parallel to the main Ethereum chain on layer 2. They can offer improvements in scalability because they don't do any computation by default. Instead, after a transaction, they propose the new state to Mainnet or "notarise" the transaction. With Optimistic rollups, transactions are written to the main Ethereum chain as <code>calldata</code>, optimising them further by reducing the gas cost. As computation is the slow,...")
 
m
Line 29: Line 29:
|An operator can influence transaction ordering.
|An operator can influence transaction ordering.
|}
|}
 
[https://www.youtube.com/watch?v=7pWxCklcNsU&t=263s Watch Finematics explain optimistic rollups]
=== A visual explanation of optimistic rollups ===
Watch Finematics explain optimistic rollups:
 
[https://www.youtube.com/watch?v=7pWxCklcNsU&t=263s]
 
<youtube>t=263&v=7pWxCklcNsU‎</youtube>
281

edits