An open API service indexing awesome lists of open source software.

https://github.com/net2devcrypto/n2d-ipfs-nft-puller-react-nextjs-noapi

💥💥A React - NextJS NFT IPFS CID Metadata Puller for Image Display - NO Private API Required 🥳🥳
https://github.com/net2devcrypto/n2d-ipfs-nft-puller-react-nextjs-noapi

blockchain ethereum ipfs ipfs-api metadata nextjs nft react

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          



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



)

SAVE and ENJOY!