Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.87 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.87 KB

How to Build an NFT Auction Site with React, Solidity, and CometChat

Read the full tutorial here: >> How to Build an NFT Auction Site with React, Solidity, and CometChat

This example shows How to Build an NFT Auction Site with React, Solidity, and CometChat:

Offering Item

NFT Auction Marketplace: Offerings

Bidding Item

NFT Auction Marketplace: Biddings

Technology

This demo uses:

  • Metamask
  • Hardhat
  • Infuria
  • ReactJs
  • Tailwind CSS
  • Solidity
  • EthersJs
  • 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/dappAuction
    cd dappAution # Navigate to the new folder.
    yarn install # Installs all the dependencies.
  2. Head to infuria and create an IPFS project.

  3. Create another .env file in the api directory and enter the following details.

    INFURIA_PID=<PROJECT_ID>
    INFURIA_API=PROJECT_API_SECRET>
  4. Run the app using 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 ✌️

Useful links