Skip to content

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.

Notifications You must be signed in to change notification settings

Okekejr/NFT-library

Repository files navigation

NFT-library

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.

Installation (for standard modern project) and run project

  • edit the endpoint in the constant folder, replace the address with yours.
yarn
yarn next build
yarn run dev

How to use?

  1. On page load the app renders a grid list of NFT's on the ETH chain.
  2. Clicking on an NFT opens up a modal that displays more details about the NFT.
  3. The modal includes a button that takes you to the OpenSea or Rarible Page to purchase the NFT.

Demo

Home Page: Screenshot 2023-03-07 at 0 08 53

NFT Page: Screenshot 2023-03-07 at 0 09 15

Live link

https://nft-library.vercel.app/

Stack

next.js typescript chakra ui

About

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.

Topics

Resources

Stars

Watchers

Forks