Skip to content

u2789011/ticketsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFTix Demo UI

This repository contains the UI used for my Egghead course on building a NFT ticketing system 🥚 🤓

If you're watching the videos, use the main branch to follow along. To see the final results, checkout the final branch.

Get started

  1. Clone the repo to you local system
git clone git@github.com:ryancharris/nftix-demo-ui.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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors