Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 662 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 662 Bytes

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