From 09d73ee58f2c479029147b30bb742fd8d4389dd3 Mon Sep 17 00:00:00 2001 From: denalimarsh Date: Mon, 13 Jul 2026 18:20:42 +0200 Subject: [PATCH] docs: modernize Scaffold-ETH 2 entry and name Speedrun Ethereum on its tutorials Bring the Scaffold-ETH references current and give Speedrun Ethereum a named credit on the challenge tutorials it already powers. - frameworks: replace the stale "Scaffold-Eth / Ethers.js + Hardhat" entry with Scaffold-ETH 2 and its current stack (Next.js, Wagmi, Viem, RainbowKit, Hardhat or Foundry, contract hot reload, burner wallet and local faucet, extensions). GitHub link was already current. - dapps: rename the "Scaffold-ETH" tool entry to "Scaffold-ETH 2". - developers hub: fix the tokenization challenge card copy (scaffold-eth -> Scaffold-ETH 2). - externalTutorials: name Speedrun Ethereum in the six challenge tutorial descriptions (author attribution unchanged), and repoint the multisig entry from the removed se-2-challenges branch link to its live speedrunethereum.com/challenge/multisig page. English source only; non-English files propagate via the intl pipeline. --- public/content/developers/docs/dapps/index.md | 2 +- public/content/developers/docs/frameworks/index.md | 2 +- src/data/externalTutorials.json | 14 +++++++------- src/intl/en/page-developers-index.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/public/content/developers/docs/dapps/index.md b/public/content/developers/docs/dapps/index.md index 2f45c0a1a2d..2cfc1ba8409 100644 --- a/public/content/developers/docs/dapps/index.md +++ b/public/content/developers/docs/dapps/index.md @@ -49,7 +49,7 @@ A smart contract is code that lives on the Ethereum blockchain and runs exactly ## Tools for creating dapps {#dapp-tools} -**Scaffold-ETH _- Quickly experiment with Solidity using a frontend that adapts to your smart contract._** +**Scaffold-ETH 2 _- Quickly experiment with Solidity using a frontend that adapts to your smart contract._** - [GitHub](https://github.com/scaffold-eth/scaffold-eth-2) - [Example dapp](https://punkwallet.io/) diff --git a/public/content/developers/docs/frameworks/index.md b/public/content/developers/docs/frameworks/index.md index 182c15afcb6..1a05210d789 100644 --- a/public/content/developers/docs/frameworks/index.md +++ b/public/content/developers/docs/frameworks/index.md @@ -64,7 +64,7 @@ Before diving into frameworks, we recommend you first read through our introduct - [GitHub](https://github.com/paulrberg/create-eth-app) - [Templates](https://github.com/PaulRBerg/create-eth-app/tree/develop/templates) -**Scaffold-Eth -** **_Ethers.js + Hardhat + React components and hooks for web3: everything you need to get started building decentralized applications powered by smart contracts._** +**Scaffold-ETH 2 -** **_Next.js, Wagmi, Viem and RainbowKit with your choice of Hardhat or Foundry: contract hot reload, custom React hooks, a burner wallet and local faucet, and extension modules for full-stack dapp development._** - [GitHub](https://github.com/scaffold-eth/scaffold-eth-2) diff --git a/src/data/externalTutorials.json b/src/data/externalTutorials.json index aede8d7e4b0..bee4ef8aa1b 100644 --- a/src/data/externalTutorials.json +++ b/src/data/externalTutorials.json @@ -574,7 +574,7 @@ { "url": "https://speedrunethereum.com/challenge/tokenization", "title": "Tokenization", - "description": "Build, mint, and transfer your own ERC721", + "description": "Build, mint, and transfer your own ERC721. A Speedrun Ethereum challenge.", "author": "Austin Griffith", "authorGithub": "https://github.com/austintgriffith", "tags": [ @@ -596,7 +596,7 @@ { "url": "https://speedrunethereum.com/challenge/decentralized-staking", "title": "Decentralized Staking App", - "description": "Build, test, and deploy your own decentralized staking app", + "description": "Build, test, and deploy your own decentralized staking app. A Speedrun Ethereum challenge.", "author": "Austin Griffith", "authorGithub": "https://github.com/austintgriffith", "tags": [ @@ -617,7 +617,7 @@ { "url": "https://speedrunethereum.com/challenge/token-vendor", "title": "Token Vendor", - "description": "Build a vending machine to buy and sell your own ERC20", + "description": "Build a vending machine to buy and sell your own ERC20. A Speedrun Ethereum challenge.", "author": "Austin Griffith", "authorGithub": "https://github.com/austintgriffith", "tags": [ @@ -640,7 +640,7 @@ { "url": "https://speedrunethereum.com/challenge/dice-game", "title": "Dice Game", - "description": "Deploy a contract to attack a DiceGame contract and predict the randomness so you only roll winners", + "description": "Deploy a contract to attack a DiceGame contract and predict the randomness so you only roll winners. A Speedrun Ethereum challenge.", "author": "Austin Griffith", "authorGithub": "https://github.com/austintgriffith", "tags": [ @@ -662,7 +662,7 @@ { "url": "https://speedrunethereum.com/challenge/dex", "title": "Build a DEX", - "description": "Deploy a decentralized exchange to swap an ERC20 and ETH", + "description": "Deploy a decentralized exchange to swap an ERC20 and ETH. A Speedrun Ethereum challenge.", "author": "Austin Griffith", "authorGithub": "https://github.com/austintgriffith", "tags": [ @@ -683,9 +683,9 @@ "publishDate": "04/24/2024" }, { - "url": "https://github.com/scaffold-eth/se-2-challenges/tree/challenge-6-multisig", + "url": "https://speedrunethereum.com/challenge/multisig", "title": "Multisig wallet", - "description": "Deploy a multi-signature wallet where enough signatures are required to execute a transaction", + "description": "Deploy a multi-signature wallet where enough signatures are required to execute a transaction. A Speedrun Ethereum challenge.", "author": "Austin Griffith", "authorGithub": "https://github.com/austintgriffith", "tags": [ diff --git a/src/intl/en/page-developers-index.json b/src/intl/en/page-developers-index.json index bcddacba25d..b6088d5809b 100644 --- a/src/intl/en/page-developers-index.json +++ b/src/intl/en/page-developers-index.json @@ -108,7 +108,7 @@ "page-developers-see-grant-options": "See grant options", "page-developers-speedrun-nft-alt": "Speedrun Ethereum Tokenization banner", "page-developers-speedrun-nft-title": "Tokenization", - "page-developers-speedrun-nft-desc": "Create a unique token to learn the basics of scaffold-eth.", + "page-developers-speedrun-nft-desc": "Create a unique token to learn the basics of Scaffold-ETH 2.", "page-developers-skill-beginner": "Beginner", "page-developers-skill-intermediate": "Intermediate", "page-developers-skill-advanced": "Advanced",