Event organization smart contract

Julien Klepatch

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 🙂

0 Comments

Leave a Reply

More great articles

Crud – Part IV

If a user does not exist, no error is produced. We should change that. In this video you will learn…

Read Story

More tricks for bn.js (Big Number) library in Truffle tests

In the last video of the smart contract testing series I showed you the basic usage of the Big Number…

Read Story

Split payment – Part I

In this video, we will start a smart contract to do split payments. Split payments allow to split an Ether…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up