Read the full tutorial here: >> How to Build a Better NFT Marketplace with React, Solidity, and CometChat
This example shows How to Build a Better NFT Marketplace with React, Solidity, and CometChat:
This demo uses:
To run the demo follow these steps:
Clone the project with the code below.
# Make sure you have the above prerequisites installed already!
git clone https://github.com/Daltonic/timelessNFT PROJECT_NAME
cd PROJECT_NAME # Navigate to the new folder.
yarn install # Installs all the dependencies.
.env
file with the following details.
REACT_APP_INFURIA_PID=<INFURIA_API_KEY_HERE>
REACT_APP_INFURIA_API=<INFURIA_API_KEY_SECRET_HERE>
npm install -g truffle
npm install ganache --global
yarn install
ganache -d
truffle migrate --reset
yarn start
If your confuse about the installation, check out this TUTORIAL to see how you should run it.
Questions about running the demo? Open an issue. We're here to help ✌️ Access the Teaching Guide Here.