In this video, I will teach you how to build a smart contract to organize events.There will be 2 types of users:
- event organizers
- customers
Event organizers will be able to organize events and sell tickets. Customers will be able to not only buy tickets from the event organizers but also transfer these tickets to other customers. This will enable a secondary market and make the tickets for customers.
This is quite close conceptually to ERC20 tokens and ICOs (if you replace event by tokens..), so it’s a good introduction to how to organize the initial sale and transfer of any kind of financial assets. In the next section of this course we will see how to build ERC20 tokens and ICO, but we are not there yet 🙂
Solidity
Leave a Reply