Skip to content

A simple NFT Gallery app to view works for any account via OpenSea API

Notifications You must be signed in to change notification settings

utmishra/nft_gallery

Repository files navigation

NFT Gallery

Simple NextJS app to render NFTs via OpenSea API

Sample URL

https://nft-gallery-three.vercel.app/nfts/0x334022D77BFc9e8Aa5B34907873457c545d9faF2

Features

  • Auto fetches owner's NFTs based on /nfts/:ownerId
  • View single NFT details by clicking on any NFT in the Gallery
  • Leverages OpenSea API to fetch assets
  • Currently the Owner Social media is hard-coded for one user

Run locally

npm i
npm run dev

Build

npm run build

Endpoint

  • /nfts/:tokenId

About

A simple NFT Gallery app to view works for any account via OpenSea API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published