https://github.com/thirdweb-example/youtube-course-contracts
Smart contracts built in the YouTube course
https://github.com/thirdweb-example/youtube-course-contracts
Last synced: 8 months ago
JSON representation
Smart contracts built in the YouTube course
- Host: GitHub
- URL: https://github.com/thirdweb-example/youtube-course-contracts
- Owner: thirdweb-example
- Created: 2023-09-02T08:34:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T08:39:14.000Z (over 2 years ago)
- Last Synced: 2025-03-25T21:15:44.377Z (about 1 year ago)
- Language: Solidity
- Size: 5.86 KB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## YouTube Course
[YouTube Course - Become a blockchain developer in 2023: Full course](https://youtu.be/rc-Q1sQwMsU)
Learn the basics on building your own smart contracts with thirdweb. YouTube course goes over the basics of Solidity and how to create a few simple smart contracts.
## Deploying Contracts
When you're ready to deploy your contracts, just run one of the following command to deploy you're contracts:
```bash
npm run deploy
# or
yarn deploy
```
## Join our Discord!
For any questions, suggestions, join our discord at [https://discord.gg/thirdweb](https://discord.gg/thirdweb).