https://github.com/adriangeorgem/nft-indexer
Skeleton App that uses the Alchemy SDK rigged to Alchemy's Enhanced APIs
https://github.com/adriangeorgem/nft-indexer
alchemyapi alchemysdk ens erc721 nft token wallet
Last synced: 10 months ago
JSON representation
Skeleton App that uses the Alchemy SDK rigged to Alchemy's Enhanced APIs
- Host: GitHub
- URL: https://github.com/adriangeorgem/nft-indexer
- Owner: AdrianGeorgeM
- Created: 2023-03-02T20:53:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T21:25:55.000Z (over 3 years ago)
- Last Synced: 2025-03-02T01:45:15.068Z (over 1 year ago)
- Topics: alchemyapi, alchemysdk, ens, erc721, nft, token, wallet
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Challenge suggestions:
Add Wallet integration so that any user that connects their wallet
can check see their NFTs in a flash!
There is no indication of a request in progress... that's bad UX!
Do you think you can add some sort of indication of loading?
Add some styling! 🎨
The NFT images can sometimes appear and sometimes not... can you think of ways to fix that?
There is no error-checking for wrongly formed requests, or really any error checking of any kind... can you add some in?
The images and grid display could look better... anything you can do about that?
There are ways to make this app faster... can you implement some of them? How can the query be made even quicker?
Can you add ENS support for inputs?