Skip to content

In the ticketing system, Event Organizers can mint the required number of NFT tickets on their choice of a blockchain platform. They can code the NFTs to set a sale price or run the sale as an auction where people can bid for tickets. A buyer purchases NFT-based tickets directly from the ticketing company.

Notifications You must be signed in to change notification settings

mvskiren/NFT_Ticketing-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFTix Demo UI

This repository contains the React Dapp UI for building a NFT ticketing system 🤓

If want to contribute or test , use the Development branch. To see the final results, checkout the main branch.

Get started

  1. Clone the repo to you local system
git clone https://github.com/mvskiren/NFT_Ticketing-App.git
  1. Open the directory
cd nftix-demo-ui
  1. Install the required node modules
yarn install
  1. Set the value of REACT_APP_CONTRACT_ID
# .env.development.local

REACT_APP_CONTRACT_ID=0x1234567890
  1. Start the development server
yarn start

About

In the ticketing system, Event Organizers can mint the required number of NFT tickets on their choice of a blockchain platform. They can code the NFTs to set a sale price or run the sale as an auction where people can bid for tickets. A buyer purchases NFT-based tickets directly from the ticketing company.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published