The NFT-library-app is a simple webapp that displays your Ethereum NFTs (Non-Fungible Tokens) of a given address in a grid layout, and each NFT card displays more information on the NFT.
- edit the endpoint in the constant folder, replace the address with yours.
yarn
yarn next build
yarn run dev
- On page load the app renders a grid list of NFT's on the ETH chain.
- Clicking on an NFT opens up a modal that displays more details about the NFT.
- The modal includes a button that takes you to the OpenSea or Rarible Page to purchase the NFT.
https://nft-library.vercel.app/