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.
- Clone the repo to you local system
git clone https://github.com/mvskiren/NFT_Ticketing-App.git
- Open the directory
cd nftix-demo-ui
- Install the required node modules
yarn install
- Set the value of
REACT_APP_CONTRACT_ID
# .env.development.local
REACT_APP_CONTRACT_ID=0x1234567890
- Start the development server
yarn start