Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostffcode committed Nov 10, 2021
1 parent 5c4e3bc commit 84290c7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# πŸ— Scaffold-ETH
# πŸ—πŸ‘·πŸΎ Scaffold-ETH Challenges

> everything you need to build on Ethereum! πŸš€
> challenges that help you become a builder on Ethereum! πŸš€
πŸ§ͺ Quickly experiment with Solidity using a frontend that adapts to your smart contract:

Expand All @@ -11,10 +11,16 @@

Prerequisites: [Node](https://nodejs.org/en/download/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)

> clone/fork πŸ— scaffold-eth:
> clone/fork πŸ— scaffold-eth-challenges:
```bash
git clone https://github.com/austintgriffith/scaffold-eth.git
git clone https://github.com/scaffold-eth/scaffold-eth-challenges.git
```

> Switch to a challenge branch:
```bash
git checkout -b challenge-0-simple-nft
```

> install and start your πŸ‘·β€ Hardhat chain:
Expand Down

0 comments on commit 84290c7

Please sign in to comment.