From 388fae719825db843a8e69cd588b8398356748b3 Mon Sep 17 00:00:00 2001 From: rahul Date: Thu, 19 Sep 2024 06:49:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20New=20resources=20for=20?= =?UTF-8?q?the=20EVM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/wiki/EL/evm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/wiki/EL/evm.md b/docs/wiki/EL/evm.md index d025bb1f..f8fa6f00 100644 --- a/docs/wiki/EL/evm.md +++ b/docs/wiki/EL/evm.md @@ -335,6 +335,7 @@ The resources below has been categorized into different sections based on differ - 📝 Degatchi, ["A Low-Level Guide To Solidity's Storage Management."](https://degatchi.com/articles/low_level_guide_to_soliditys_storage_management) • [archived](https://web.archive.org/web/20231202105650/https://degatchi.com/articles/low_level_guide_to_soliditys_storage_management/) - 📝 Zaryab Afser, ["Journey of smart contracts from Solidity to Bytecode"](https://www.decipherclub.com/ethereum-virtual-machine-article-series/) - 🎥 Ethereum Engineering Group, [EVM: From Solidity to byte code, memory and storage](https://www.youtube.com/watch?v=RxL_1AfV7N4&t=2s) +- 📝 Alain, [7 part series about how Solidity uses EVM under the hood.](https://trustchain.medium.com/reversing-and-debugging-evm-smart-contracts-392fdadef32d) ### Tools & EVM Puzzles