Skip to content

icebert04/IPFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFS (from learnweb3.io)

Things that I've learned..

  • Built a NFT collection and stored its metadata on Pinata (IPFS)
  • For this project, only 10 unique NFTs were be minted
  • I got the CID of the metadata from Pinata
  • Used Hardhat for smart contract deployment, as well as importing Openzeppelin's ERC721Enumerable Contract
  • Got API keys from Alchemy and Mumbai Faucet
  • npm install Web3Modal library in order to connect to the dApp on the Metamask wallet
  • The NFT contract is under Polygon and deployed on the Mumbai testnet

Here's a screenshot of the NFT collection in IPFS that I've built..


The metadata and image files in Pinata IPFS


The site for minting the nfts Mint