https://github.com/thatsimo/web3-course-exercises
This is a pack of activities done on the following course: Ethereum and Solidity: the complete developer's guide
https://github.com/thatsimo/web3-course-exercises
ethereum solidity
Last synced: about 2 months ago
JSON representation
This is a pack of activities done on the following course: Ethereum and Solidity: the complete developer's guide
- Host: GitHub
- URL: https://github.com/thatsimo/web3-course-exercises
- Owner: thatsimo
- License: mit
- Created: 2022-05-22T20:42:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T20:42:29.000Z (about 4 years ago)
- Last Synced: 2025-09-07T02:19:51.044Z (10 months ago)
- Topics: ethereum, solidity
- Language: Solidity
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web3 Course Exercises
This is a pack of activities done on the following course:
- [Ethereum and Solidity: the complete developer's guide](https://www.udemy.com/certificate/UC-f4b7fa02-9abf-4971-b93f-6a9ba8578044/)
Besides that you can find the table of content with an explanation about the content of the project and check the code from different folders.
## Table of content
| Name | Description |
|-----------------|-------------|
| inbox | "Hello World" app focus on contracts, basic deployment script and tests |
| lottery | Application that has an array of players, amount, max players and an owner that can change ticket price, max players and pause the lottery. When the max players is reached will be randomly picked a winner |
| decentralized-ponzi-scheme | Fun coding dEceNTraLiZEd ponzi scheme |