#blockchain
Read more stories on Hashnode
Articles with this tag
Welcome to the technical guide 1) Setting up the Circuit in Circom ( The Wizards setting up the cave magic) // cave_circuit.circom pragma circom...
Reading a Slot in Yul Lets start with a Coding Example contract offsetAndShifting{ uint128 public a = 22; uint96 public b =15; uint16...
Alright Let’s Continue from where we left , Previous One : Demystifying Memory in EVM (Part I) Memory Initialization When a contract is executed , the...
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,...