Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 331 Bytes

Event-Organisation

A simple event organisation smart contract built using Solidity. The event organiser can create an event with details:

  • Name of the event
  • Date
  • Price
  • Ticket Count
  • Remaining Tickets

A user can buy the ticket using ethereum. A buyer can also transfer his ticket to their friends and family members.