As blockchain technology evolves more data is stored on the blockchain, and querying the blockchain becomes more important. When building some decentralized applications on the blockchain, you will need to query data from the blockchain.
This project I created an NFT Gallery using the Alchemy API to fetch NFTs that belong to a wallet address or collection.
To install dependencies used when creating this Project run this:
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about this project, take a look at the following resources:
- https://ihuomablog.hashnode.dev/ - learn how this project is built from scratch.
- Alchemy API Docs - To learn more anout how to use the alchemy API
This project has also been deployed on Vercel, click HERE to check out the project functionality.