Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 2.64 KB

README.md

File metadata and controls

78 lines (54 loc) · 2.64 KB

About NFTickets

The NFTickets dApp, is a fictitious Web3 NFT-Ticketing system, build on top of the last Web3 Technologies to demonstrate that tickets in the form of NFTs can have important advantages compared to traditional tickets and aims for Proof of Concept purposes only.

--> Demo Video

--> Online demo

Features

Before Ticket purchase:

  • The price. Each Badge/NFT can bring you a discount of a few accumulated percentages. e.g. Holder, Stacker, Diamond hands, DoerNFT, etc.
  • Possibility to reserve a seat in the VIP area
  • Whitelisting, the possibility of having a time window (e.g. 72 hours) before the accessibility of public purchases

Before the event

  • Access and validation of presence via QR-Code from any device by a designated admin

After the event

  • Proof of participation (the idea can also be extended to IRLMs)
  • Qualification for different types of preselections (airdrops, certain positions/facilities)

The major difference is given by the fact that in web2 qualification, confirmation is only possible based on centralized checks/recommendations related to the human factor, in Web3 these become obsolete, which is why we can say that an NFT is not a simple jpeg :)

How to use

The Dapp can be used by two different types of users:

1. By anyone (Tickets Owner):

  • Seat reservation
  • Buy Tickets depend of the nr of seats you reserved
  • View Ticket on dApp and OpenSea
  • and more ideas (ToDo)

2. By admin (Smart Contract Owner)

  • Operate the Check-In process with QR-Code from any device
  • Open/Close the Tickets-Sale (NFT Minting)
  • Set the Tickets price
  • Set the Tickets total amount
  • and more ideas (ToDo)

Contributions

Contributions are welcome! Process for contributing is the following:

  • Fork this project
  • Create an issue to this project about the contribution (bug or feature) if there is no such issue about it already. Try to keep the scope minimal.
  • Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.
  • Refer to the fixed issue in commit
  • Send a pull request for the original project
  • Comment on the original issue that you have implemented a fix for it

For any questions please do not hesitate to contact me: [email protected]

Building and running demo

Clone the repo

git clone https://github.com/Teodor-Iancu/NFTickets.git

Change directory to *NFTickets

cd NFTickets

Install packages

yarn install

Start local development

yarn start