Skip to content

charlestheprogrammer/nft-free-minting-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free minting NFT platform

You need to configure a .env file in the backend directory. This are the infos about your wallet private key, blockchain endpoint and NFT contract address. Find here the .env template

MATIC_URL=
PRIVATE_KEY=
CONTRACT_ADDRESS=
PORT=3001

Configure a .env in the client directory. This contains the infuryId required for the WalletConnect API.

REACT_APP_INFURA_ID=

Configure a .env in the nfts directory. This contains the polygonscan API key required for the truffle-verify plugin.

POLYGONSCAN_API_KEY=

About

Free minting NFT platform build with React & Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 50.3%
  • HTML 21.6%
  • Solidity 14.7%
  • CSS 13.4%