Fetch NFTs from different chains, either from a specific address or from a contract address. Check who owns the NFT and get all the details of it.
- Add API key by the user option (14/08/2023)
- Save API key in the local storage (14/08/2023)
- Add NFT details modal (10/04/2023)
- Add wallet details modal (06/04/2023)
- Fetch data from specific address/wallet (04/04/2023)
- Add contract details section (01/04/2023)
- Add Chain selection option (01/04/2023)
npm install
Create a .env file and add your API key to it:
Now add the API-KEY directly into the app
npm run dev