Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 11 days 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!