From d2b578c026226363b047c67a2396f917c026b926 Mon Sep 17 00:00:00 2001 From: Yoto Yotov Date: Wed, 18 Feb 2026 15:45:54 +0200 Subject: [PATCH] Add the EVM illustrated --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5993c07..f11b34b 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,13 @@ with: #### Theory 1. Read [How does Ethereum work, anyway?](https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369) (Est. time: 38 minutes) -2. Read [this article](https://blog.openzeppelin.com/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05) +2. Read [The EVM illustrated](https://takenobu-hs.github.io/downloads/ethereum_evm_illustrated.pdf) (Est. time: 3 hours) +3. Read [this article](https://blog.openzeppelin.com/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05) on smart contracts development. (Est. time: 15 minutes) -3. Learn about hardhat [Hardhat Documentation](https://hardhat.org/getting-started/) -4. Read the [Web3 Documentation](https://web3js.readthedocs.io/en/1.0/) / [Ethers Documentation](https://docs.ethers.io/v5/) -5. Book [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook) -6. Set of learning resources from [ethereum.org](https://ethereum.org/en/learn/) +4. Learn about hardhat [Hardhat Documentation](https://hardhat.org/getting-started/) +5. Read the [Web3 Documentation](https://web3js.readthedocs.io/en/1.0/) / [Ethers Documentation](https://docs.ethers.io/v5/) +6. Book [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook) +7. Set of learning resources from [ethereum.org](https://ethereum.org/en/learn/) #### Practice