An open API service indexing awesome lists of open source software.

https://github.com/sohamkayal4103/mintnft-polygon

Minting NFT using ERC-721 token on Polygon test network
https://github.com/sohamkayal4103/mintnft-polygon

erc-721 erc721 erc721-tokens ipfs ipfs-blockchain mocha mocha-tests nft pinata polygon solidity solidity-contracts truffle

Last synced: about 2 months ago
JSON representation

Minting NFT using ERC-721 token on Polygon test network

Awesome Lists containing this project

README

          

# 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
    ```
    3. Navigate to the clone
    ```
    cd MintNFT-Polygon
    ```
    4. Install dependencies
    ```
    npm install
    ```
    5. Configure Truffle
    ```
    truffle init
    ```
    6. Connect ganache by importing truffle-config.js
    7. Truffle Migrate
    ```
    truffle migrate --network polygonTestNet
    ```
    8. Start the website locally using
    ```
    node .\scripts\MintingNFT.js
    ```

    ### Do drop a :star: if you find this repository useful .