Dmitry Redkin’s Post

View profile for Dmitry Redkin, graphic

Senior Solidity dev

I'm working now on my new pet-project. It is a lib to work with Solidity-like types for transient storage. It is more like a construction kit to implement any complex structure, e.g mapping(address => mapping(bytes32 => uint256[])) But some types, like static variables and arrays will be available out-of-the-box As a rule of thumb it writes data to the same transient slot, that regular type writes in the storage slot #EIP-1153

  • text
Omri Luz

Full-Stack Developer

9mo

Sounds awesome. It is open source?

Like
Reply

To view or add a comment, sign in

Explore topics