Skip to content

Daltonic/timelessNFT

Repository files navigation

How to Build a Better NFT Marketplace with React, Solidity, and CometChat

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:

TimelessNFT Project

TimelessNFT Project

Technology

This demo uses:

  • Metamask
  • Truffle
  • Infuria
  • ReactJs
  • Tailwind CSS
  • Ganache-CLI
  • Solidity
  • Web3js
  • Faucet

Running the demo

To run the demo follow these steps:

  1. 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.
  2. Create an Infuria project, copy and paste your key in the spaces below.
  3. Update the .env file with the following details.
    REACT_APP_INFURIA_PID=<INFURIA_API_KEY_HERE>
    REACT_APP_INFURIA_API=<INFURIA_API_KEY_SECRET_HERE>
  4. Create a CometChat project, copy and paste your key in the spaces below.
  5. Install truffle and ganache.
    npm install -g truffle
    npm install ganache --global
  6. Run the app using the following commands.
    yarn install
    ganache -d
    truffle migrate --reset
    yarn start
  7. Add some ganache accounts, connect your wallet and interact with the app.

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.

Useful links

About

A beautifully crafted Web3 project to help you build your next NFT marketplace. Please like and leave a star on the project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published