Skip to content

Latest commit

 

History

History
108 lines (81 loc) · 7.41 KB

README.md

File metadata and controls

108 lines (81 loc) · 7.41 KB

awesome-ethereum-rollups

A list of resources related to increasing the throughput of transactions on the Ethereum mainnet.

Rollup, L2, and Side chain articles

Protocols

Electricity, Sustainability, Gas

SSTORE2 uses the Ethereum contract storage CREATE2 and CREATE3 to store storage variables. At a size of more than 32 bytes, this allows an improved way of storing variables. There are two interesting libraries implementing this concept:

Solidity

Data Structures

Membership-storage data structures

Membership-proof data structures

Virtual Machines

Merkle Mountain Ranges

Merkle Trees

sparse Merkle trees can be gas optimized. In the listing below, a ✔️ indicates that the tree has been gas optimized.

Projects