Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 764 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 764 Bytes

NFT Lister

Overview

Input a valid address or ENS name and the app will fetch all owned NFTs, up to a limit of 4MB of data. It will also display some information about each NFT and allow you to see the asset in OpenSea.

Currently only working on Ethereum Mainnet.

See a live version here.

Run this application

  1. Create env and then fill the needed variables
$ cp .env.example .env
  1. Install dependencies
$ npm install
  1. Run as dev
$ npm run dev
  1. Open http://localhost:3000

If you find any bugs, improvements or have any suggestion, feel free to create an issue or reach out to me on Twitter.