Skip to content

speed run ethereum repos that include creating NFTs, decentralized staking, creating a token vendor, creating a decentralized exchange, and making a multi-signature wallet.

Notifications You must be signed in to change notification settings

vanities/speedrun-ethereum

Repository files navigation

speedrun Ethereum!

My builder page: https://buidlguidl.com/builders/0x73166A219De029dC2f76A9DA66A3c951cbCfdA04

🚩 Challenge 0: 🎟 Simple NFT Example

Accepted 🎫 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! 🚀

🚩 Challenge 1: 🥩 Decentralized Staking App

Accepted 🦸 A superpower of Ethereum is allowing you, the builder, to create a simple set of rules that an adversarial group of players can use to work together. In this challenge, you create a decentralized application where users can coordinate a group funding effort. The users only have to trust the code.

🚩 Challenge 2: 🏵 Token Vendor

Accepted 🤖 Smart contracts are kind of like "always on" vending machines that anyone can access. Let's make a decentralized, digital currency (an ERC20 token). 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.

🚩 Challenge 3: 🎲 Dice Game

Accepted 🎰 Randomness is tricky on a public deterministic blockchain. The block hash is the result proof-of-work (for now) and some builders use this as a weak form of randomness. In this challenge you will take advantage of a Dice Game contract by predicting the randomness in order to only roll winning dice!

🚩 Challenge 4: ⚖️ Build a DEX

Accepted 💵 Build an exchange that swaps ETH to tokens and tokens to ETH. 💰 This is possible because the smart contract holds reserves of both assets and has a price function based on the ratio of the reserves. Liquidity providers are issued a token that represents their share of the reserves and fees...

🚩 Challenge 5: 👛 Multisig Wallet

👩‍👩‍👧‍👧 Using a smart contract as a wallet we can secure assets by requiring multiple accounts to "vote" on transactions. The contract will keep track of transactions in an array of structs and owners will confirm or reject each one. Any transaction with enough confirmations can "execute".

About

speed run ethereum repos that include creating NFTs, decentralized staking, creating a token vendor, creating a decentralized exchange, and making a multi-signature wallet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published