Skip to content

A Web3 NFT Minting Dapp built with React, Tailwind CSS, and Solidity.

Notifications You must be signed in to change notification settings

nbietz/adulamNFT

 
 

Repository files navigation

How To Build A Classic Web3 NFT Minting Dapp with React and Solidity

Read the full tutorial here: >> How To Build A Classic Web3 NFT Minting Dapp with React and Solidity

This example shows How To Build A Classic Web3 NFT Minting Dapp with React and Solidity:

Adulam NFT Project

Adulam NFT Project

Technology

This demo uses:

  • Metamask
  • Truffle
  • Alchamy
  • 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/adulamNFT adulamNFT
    cd adulamNFT # Navigate to the new folder.
    yarn install # Installs all the dependencies.
  2. Create an Alchemy 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.

Questions about running the demo? Open an issue. We're here to help ✌️

Useful links

About

A Web3 NFT Minting Dapp built with React, Tailwind CSS, and Solidity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 51.7%
  • JavaScript 39.4%
  • HTML 5.2%
  • CSS 3.3%
  • Shell 0.4%