#web3
Read more stories on Hashnode
Articles with this tag
Alright Let’s Continue from where we left , Previous One : Demystifying Memory in EVM (Part I) Memory Initialization When a contract is executed , the...
Okay let’s first look at the code contract Demo { uint256 a = 0x1a01; // Slot 0 uint256 b = 0x2a01; // Slot 1 mapping(uint => uint) c; //...
Lets first look at the code contract A { struct SomeStruct{ uint256 val1; uint16 val2; bool val3; } uint256 a = 3; // slot 0 uint256 b =...
L0,L1,L2,L3 Explained · Recap Alright, guys, as in Part One we learned about the Basic Layers of Communication of Blockchain Networks, So I hope you...
Understanding the Mechanism behind Inter-Block-Communication(IBC) · What is L1 and L2 Blockchain Layer ? L1 blockchain networks are designed for speed,...