Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/content/developers/docs/dapps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion public/content/developers/docs/frameworks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
14 changes: 7 additions & 7 deletions src/data/externalTutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": [
Expand All @@ -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": [
Expand All @@ -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": [
Expand All @@ -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": [
Expand All @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/intl/en/page-developers-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading