From d3a7010abe1d11b5888110061110bbaea8bc9575 Mon Sep 17 00:00:00 2001 From: Patrick Collins <54278053+PatrickAlphaC@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:39:16 -0400 Subject: [PATCH] feat: added cyfrin updraft resources --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f5d419..b3085f7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Community suggested resources for development on Monad. ### End-to-End Web3 Resources +[Cyfrin Updraft](https://updraft.cyfrin.io/) [Awesome Web3](https://github.com/ahmet/awesome-web3)\ [Speed Run Ethereum](https://speedrunethereum.com/) - For Beginners\ [ThirdWeb](https://blog.thirdweb.com/guides/)\ @@ -10,6 +11,7 @@ Community suggested resources for development on Monad. [Scaffoldeth.io](https://scaffoldeth.io/) ### Solidity Development +[Solidity Developer Career Track by Cyfrin](https://updraft.cyfrin.io/courses/solidity) [Solidity Bootcamp by RareSkills](https://www.rareskills.io/solidity-bootcamp)\ [Solidity Patterns](https://fravoll.github.io/solidity-patterns/)\ [Cookbook.dev](https://www.cookbook.dev/)\ @@ -18,6 +20,7 @@ Community suggested resources for development on Monad. ### Web/Client Side Development +[Web3 Full Stack Curriculum by Cyfrin](https://updraft.cyfrin.io/courses/full-stack-web3-development-crash-course) [The Odin Project](https://www.theodinproject.com/) - For Beginners\ [Shovel](https://indexsupply.com/shovel/docs/)