Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 501 Bytes

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