In this article, we are going through how to setup a Next.js app, connect our wallet using RainbowKit, and fetching the NFTs we own on Polygon mainnet via Moralis API and display them.
What we will do to achieve our goal:
Install Next.js
Install Rai...