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:
This demo uses:
To run the demo follow these steps:
# 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.
.env
file with the following details.ENDPOINT_URL=<PROVIDER_URL>
DEPLOYER_KEY=<YOUR_PRIVATE_KEY>
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 ✌️