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
- Host: GitHub
- URL: https://github.com/sohamkayal4103/mintnft-polygon
- Owner: Sohamkayal4103
- Created: 2022-12-21T18:57:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T09:29:24.000Z (over 3 years ago)
- Last Synced: 2025-06-22T04:11:30.763Z (about 1 year ago)
- Topics: erc-721, erc721, erc721-tokens, ipfs, ipfs-blockchain, mocha, mocha-tests, nft, pinata, polygon, solidity, solidity-contracts, truffle
- Language: JavaScript
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MintNFT-Polygon
Minting NFT using ERC-721 token on Polygon test network
## TechStack Used 🎯
## Prerequisites ✅
## 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 .