Skip to content

Minting NFT using ERC-721 token on Polygon test network

Notifications You must be signed in to change notification settings

Sohamkayal4103/MintNFT-Polygon

Repository files navigation

MintNFT-Polygon

Minting NFT using ERC-721 token on Polygon test network

TechStack Used 🎯

  • Node js
  • Solidity
  • Mocha - For testing smart contract
  • Prerequisites ✅

  • Truffle enviornment and Ganache Installed
  • Nodejs Installed
  • Local Setup 🚧

    1. Fork the repo.
    2. Clone the repo.
    https://github.com/[your_github_username]/MintNFT-Polygon.git
    
    1. Navigate to the clone
     cd MintNFT-Polygon 
    
    1. Install dependencies
    npm install
    
    1. Configure Truffle
    truffle init
    
    1. Connect ganache by importing truffle-config.js
    2. Truffle Migrate
    truffle migrate --network polygonTestNet
    
    1. Start the website locally using
    node .\scripts\MintingNFT.js
    

    Do drop a ⭐ if you find this repository useful .