From 950dee1d396ca9764c1242368f799c741fb31539 Mon Sep 17 00:00:00 2001 From: ConsenSys Academy <41963038+ConsenSys-Academy@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:18:54 -0400 Subject: [PATCH] Adds Solidity Material and solves #230 --- .../M2-solidity/L1-background-context/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/S03-smart-contracts/M2-solidity/L1-background-context/index.md b/docs/S03-smart-contracts/M2-solidity/L1-background-context/index.md index b0463523..46735828 100644 --- a/docs/S03-smart-contracts/M2-solidity/L1-background-context/index.md +++ b/docs/S03-smart-contracts/M2-solidity/L1-background-context/index.md @@ -66,4 +66,7 @@ * [Thread: What Does Ethereum Development Look Like Today?](https://twitter.com/smpalladino/status/1421901085279756300){target=_blank} Santiago Palladino, who wrote [Ethereum for Web Developers,](https://www.apress.com/gp/book/9781484252772){target=_blank} updates parts of his book for the current Ethereum ecosystem. * [Article: Learn X in Y Minutes (Solidity)](https://learnxinyminutes.com/docs/solidity/){target=_blank} A bit long and rough, but a comprehensive overview of learning Solidity - +Advanced Material +------------------- +* [Twitter Thread: Resource You Need to Know to Become a Solidity Dev ](https://twitter.com/bensparks_/status/1513238520575537162) +* [Series: EVM Deep Dive](https://noxx.substack.com/p/evm-deep-dives-the-path-to-shadowy)