From ecf99c2f8dcc41129f92b4ddd81c5ab2aa4afb7d Mon Sep 17 00:00:00 2001 From: Yonathan Morales Date: Tue, 13 Feb 2024 15:13:48 -0400 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=F0=9F=91=BB=20Update=20deprecated?= =?UTF-8?q?=20tool=20|=20Scaffold=20ETH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `scaffold-eth-2` replaced the previous version. - `scaffold-eth` is no longer maintained. - Repo link updated. - Description extracted from repo README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4dffa7..12899c4 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ #### Templates -- [austintgriffith/scaffold-eth](https://github.com/austintgriffith/scaffold-eth) - Github template providing an Ethereum dev stack focused on fast product iterations. +- [scaffold-eth/scaffold-eth-2](https://github.com/scaffold-eth/scaffold-eth-2) - up-to-date toolkit for building decentralized applications (dapps). It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts. - [ethereum-boilerplate/ethereum-boilerplate](https://github.com/ethereum-boilerplate/ethereum-boilerplate) - React components and hooks to build dApps fast without running your own backend. - [gakonst/dapptools-template](https://github.com/gakonst/dapptools-template) - Forkable template to get you started with Dapp Tools. - [NodeFactoryIo/solidity-node-docker-starter](https://github.com/NodeFactoryIo/solidity-node-docker-starter) - Github template with Docker containers for building dApps with Truffle and Node.js as backend server. From ad2612f5969cac9caa81eb6031a69ab311c72716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=91=BB?= Date: Tue, 13 Feb 2024 15:45:06 -0400 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=F0=9F=91=BB=20Learning=20Tool=20|?= =?UTF-8?q?=20SpeedRunEthereum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - A highly qualified walkthrough learning platform for Ethereum developers. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12899c4..de3b1f3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ - [useweb3.xyz/tutorials](https://www.useweb3.xyz/tutorials) - A curated list of free, community tutorials that are based around specific projects, tasks or challenges. - [WTF Solidity](https://github.com/AmazingAng/WTF-Solidity) - An open-source and community reviewed tutorial in Chinese and English, covering intro, advanced, and application topics. - [WTF Ethers](https://github.com/WTFAcademy/WTF-Ethers) - An open-source and community reviewed Ethers.js tutorial in Chinese covering intro and advanced topics [Chinese Language - 中文版]. - +- [SpeedRunEthereum](https://speedrunethereum.com/) - Platform that aims to provide a structured learning path for onboarding developers. Get feedback from builders, and in the process unlock new challenges and proof of completion. Built with 🩶 at [BuidlGuidl](https://buidlguidl.com/). #### Articles @@ -165,7 +165,7 @@ #### Templates -- [scaffold-eth/scaffold-eth-2](https://github.com/scaffold-eth/scaffold-eth-2) - up-to-date toolkit for building decentralized applications (dapps). It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts. +- [scaffold-eth/scaffold-eth-2](https://github.com/scaffold-eth/scaffold-eth-2) - Up-to-date toolkit for building decentralized applications (dapps). It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts. - [ethereum-boilerplate/ethereum-boilerplate](https://github.com/ethereum-boilerplate/ethereum-boilerplate) - React components and hooks to build dApps fast without running your own backend. - [gakonst/dapptools-template](https://github.com/gakonst/dapptools-template) - Forkable template to get you started with Dapp Tools. - [NodeFactoryIo/solidity-node-docker-starter](https://github.com/NodeFactoryIo/solidity-node-docker-starter) - Github template with Docker containers for building dApps with Truffle and Node.js as backend server.