Skip to content

Commit

Permalink
ReadMe - Consistent title emoji layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith authored Jul 19, 2022
1 parent ef4b50d commit 73b2f5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---

## 🚩 Challenge 0: 🎟 Simple NFT Example πŸ€“
## 🚩 Challenge 0: 🎟 Simple NFT Example

🎫 Create a simple NFT to learn basics of πŸ— scaffold-eth. You'll use πŸ‘·β€β™€οΈ HardHat to compile and deploy smart contracts. Then, you'll use a template React app full of important Ethereum components and hooks. Finally, you'll deploy an NFT to a public network to share with friends! πŸš€

Expand All @@ -20,15 +20,15 @@ https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-1-decentr

---

## 🚩 Challenge 2: 🏡 Token Vendor πŸ€–
## 🚩 Challenge 2: 🏡 Token Vendor

πŸ€– Smart contracts are kind of like "always on" vending machines that anyone can access. Let's make a decentralized, digital currency. Then, let's build an unstoppable vending machine that will buy and sell the currency. We'll learn about the "approve" pattern for ERC20s and how contract to contract interactions work.

https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-2-token-vendor

---

## 🚩 Challenge 3: 🎲 Dice Game
## 🚩 Challenge 3: 🎲 Dice Game

🎰 Randomness is tricky on a public deterministic blockchain. In this challenge you will explore creating random numbers using block hash and how that may be exploitable. Attack the dice game with your own contract by predicting the randomness ahead of time to always roll a winner!

Expand Down

0 comments on commit 73b2f5a

Please sign in to comment.