An open API service indexing awesome lists of open source software.

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

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 |