Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zntb/solidity-smart-contract-development
Solidity course by https://updraft.cyfrin.io/
https://github.com/zntb/solidity-smart-contract-development
Last synced: 7 days ago
JSON representation
Solidity course by https://updraft.cyfrin.io/
- Host: GitHub
- URL: https://github.com/zntb/solidity-smart-contract-development
- Owner: zntb
- Created: 2024-07-26T15:56:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T15:04:28.000Z (4 months ago)
- Last Synced: 2024-08-03T14:13:44.207Z (3 months ago)
- Language: Solidity
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speedrun
In this section we're examining a resource that isn't explicitly part of this course but is highly useful in expanding your knowledge about Ethereum and the Ethereum Virtual Machine (EVM). This resource comes courtesy of my good friend Austin Griffin. Let's go over what it can do for you.
## Introduction to Speedrun Ethereum w/ Austin Griffin
Austin Griffin, renowned for his conspicuous bow tie, is eager to help you kickstart your journey of creating on Ethereum through **[speedrunethereum.com](https://speedrunethereum.com/)**. He's developed this resource to clarify the ‘HOW’ and ‘WHY’ behind Ethereum building.
Through Speedrun Ethereum, you'll delve into a plethora of projects, including:
- **Creating a simple Non-Fungible Token (NFT)**
- **Constructing a decentralized staking app**
- **Developing a token vendor**
- **Building a Dice Game** - learning about randomness on chain
- **Creating a Decentralized Exchange (Dex)**
- **Contructing and using a MultiSig Wallet**
- **SVG NFTs and on chain Data**...and much more
To take advantage of these learning opportunities, visit [Speedrunethereum.com](https://speedrunethereum.com/) and get started!
### Intro to Scaffold-ETH2
Scaffold-eth-2 is a great resource for those learning Solidity and trying to visualize what their code is doing.
It provides a clean front-end UI that will update dynamically with your smart contract changes, allowing you to interact with it and monitor adjustments you've made.
### Final Remarks
Leverage the knowledge and resources provided by speedrun ethereum and Scaffold ETH to equip you in building innovative solutions on Ethereum. With determined effort and continuous learning, you're sure to make significant strides in the blockchain ecosystem.
Happy Bow-Tie Friday, Austin.
### Congratulations!
You did it. That's all for this section - you should be incredibly proud. Take a break and rest up, cause you're ready to move on to **[Foundry Fundamentals](https://updraft.cyfrin.io/courses/foundry)**!