π ½π ΅ππ Ώππ »π »π ΄π v1
A React - NextJS NFT IPFS CID Metadata Puller
With NO Private API Required
Required Dependencies:
npm i ethers
npm i axios
npm i @nextui-org/react
Subscribe and follow me to get more amazing content
Youtube, Instagram, Tiktok : Net2Dev
Github @net2devcrypto
Please donate to: net2dev.eth
Go to the settings.js file and update accordingly:
/* Input the NFT Contract Address */ export const nftContract = "NFTCONTRACTADDRESS" /* Select your mainnet eth - bsc - poly Or Select your testnet ethkovan - ethrinkeby - ethropsten - bsctest - polytest */ export var mainnet = eth /* Type the amount of NFT's to display */ export var displayAmount = 10 /* CTRL+S to save */