/n2D-IPFS-NFT-Puller-React-NextJS-NOAPI

💥💥A React - NextJS NFT IPFS CID Metadata Puller for Image Display - NO Private API Required 🥳🥳

Primary LanguageJavaScript

💥💥A React - NextJS NFT IPFS CID Metadata Puller for NFT Info/Image Display💥💥

🥳🥳NO Private API Required 🥳🥳

https://www.youtube.com/watch?v=avUoVRrqIoY

Subscribe and follow me to get more amazing content!

Youtube, Instagram, Tiktok : Net2Dev

Github @net2devcrypto

Please donate to: net2dev.eth

TO USE,

1- Install Required Dependencies:

npm i ethers axios @nextui-org/react

2- add the n2dpuller folder in your project folder:

NextJS

add n2dpuller folder inside "pages" folder

ReactJS

add n2dpuller folder inside "src" folder

3- Update "settings.js" section with your info accordingly:

export const nftContract = "NFTCONTRACTADDRESS"

export var mainnet = eth

export var displayAmount = 10


Save File CTRL+S

4- Import nftpuller into your desired project page:

Example, Add in index.js:

import Nftpuller from '../pages/n2dpuller/nftpuller'

then go to the HTML Section and apply the app to be rendered:

return (

<Nftpuller/>

)

SAVE and ENJOY!