Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

💥💥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!

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published