Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.54 KB

README.md

File metadata and controls

60 lines (45 loc) · 1.54 KB

How to Build a Better NFT Marketplace with React, Solidity

This example shows How to Build a Better NFT Marketplace with React, Solidity, and CometChat:

ArtisanNFT Project

TimelessNFT Project

Technology

This demo uses:

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

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/jaid-monwr/ArtisanNFT PROVIDER_NAME
    cd PROVIDER_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.

    ENDPOINT_URL=<PROVIDER_URL>
    SECRET_KEY=<SECRET_PHRASE>
    DEPLOYER_KEY=<YOUR_PRIVATE_KEY>
  4. Run the app using yarn start

If your confuse about the installation, check out this TUTORIAL to see how you should run it.

Useful links