Wrapping up EIF3.0 Gwei
For the past 1.5 years, I have been learning about crypto on my own and as a result my learning curve was a lot steeper. With nothing to quantify my knowledge, other than some articles I wrote with some of my friends, it didn’t feel quite well or “pursuable” for that matter. With the bear market still running in, and no “external” stimuli to force me into doing crypto, I sat down and started thinking about crypto from a first-principles thinking. These clearly helped me in realizing what cryp...
Wrapping up EIF3.0 Gwei
For the past 1.5 years, I have been learning about crypto on my own and as a result my learning curve was a lot steeper. With nothing to quantify my knowledge, other than some articles I wrote with some of my friends, it didn’t feel quite well or “pursuable” for that matter. With the bear market still running in, and no “external” stimuli to force me into doing crypto, I sat down and started thinking about crypto from a first-principles thinking. These clearly helped me in realizing what cryp...

Shanghai and USDC
We are excited to launch our new technical blog series that delves into the latest developments and trends in the crypto industry. Our inaugural posts will cover the following topics:Ethereum Shanghai Hardfork: An in-depth analysis of the upcoming major update to the Ethereum network's protocol, which requires all nodes to upgrade to the new version of the node software.USDC Depeg: How the $40 Billion Cryptocurrency giant lost it peg **ETHEREUM SHANGHAI HARDFORK** To begin with, what’s a...

Shanghai and USDC
We are excited to launch our new technical blog series that delves into the latest developments and trends in the crypto industry. Our inaugural posts will cover the following topics:Ethereum Shanghai Hardfork: An in-depth analysis of the upcoming major update to the Ethereum network's protocol, which requires all nodes to upgrade to the new version of the node software.USDC Depeg: How the $40 Billion Cryptocurrency giant lost it peg **ETHEREUM SHANGHAI HARDFORK** To begin with, what’s a...

Understanding solady/SSTORE2.sol
Scope of Article :While starting to write smart contracts, this article really helped me learn so much about smart contracts as it explained what each line of code of Uniswap V2’s contract did. Following the same pattern, the motive of this article is to share my learning on YUL and in the process, make the reader learn more about EVM. The code we’ll be looking over is thisIntroduction to SSTORE2 :alert(“ SSTORE2 is not a new opcode, its a more gas effective method of storing information on E...

Understanding solady/SSTORE2.sol
Scope of Article :While starting to write smart contracts, this article really helped me learn so much about smart contracts as it explained what each line of code of Uniswap V2’s contract did. Following the same pattern, the motive of this article is to share my learning on YUL and in the process, make the reader learn more about EVM. The code we’ll be looking over is thisIntroduction to SSTORE2 :alert(“ SSTORE2 is not a new opcode, its a more gas effective method of storing information on E...