You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my NFT marketplace where we can create , sell and purchase NFTs using testnet . I have used hardhat framework to mint the NFTs on the local testnet .I have used reactjs for frontend. I used IPFS to store all the NFTs and user data . I used node.js and npm packages to build the API and fetch the data dynamically from Infura IPFS database.
This is NFT Collection which we can purchase and sell :
This is Creater :
Collection and catagories section :
About
This is my NFT marketplace where we can create , sell and purchase NFTs using testnet . I have used hardhat framework to mint the NFTs on the local testnet .I have used reactjs for frontend. I used IPFS to store all the NFTs and user data . I used node.js and npm packages to build the API and fetch the data dynamically from Infura IPFS database.