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.
- Create
env
and then fill the needed variables
$ cp .env.example .env
- Install dependencies
$ npm install
- Run as dev
$ npm run dev
- 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.