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

Ether wallet – Part III

This is the last part of the tutorial on how to build an Ether wallet smart contract. You will learn:…

Read Story

Simple storage – Part II

In this video, we are going to finish our simple storage smart contract, which can set and get the value…

Read Story

Install Truffle 5.0

Before we can continue in our course on Solidity smart contract testing, we need to install Truffle 5.0, so that…

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