fbpx

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

Isolate smart contract tests with Truffle clean room features

In Truffle tests, we have a mysterious contract() function: contract('my test', () => { if('it should ...', () => {…

Read Story

ToDo List Ethereum Dapp (Step6) | Webpack, ES6 and truffle-solidity-loader

This tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 6. Tutorials already published: (more…)

Read Story

DAO – Part IV

In this video, we are going to allow investors of the DAO to: create investment proposals vote on each investment…

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