NFT Gallery using Alchemy's api Api documentaion can be found here --> https://docs.alchemy.com/alchemy/enhanced-apis/nft-api
Project was built following Alchemy's Road To Web3 using Next.js & Tailwind
To run
- Clone repo
- Run yarn or npm i
- Create Alchemy account and generate api key ---> https://dashboard.alchemyapi.io/
- create .env.local file in root directory of project
- Add NEXT_PUBLIC_API_KEY=your-key in ".env.local" file
- Run on local host using yarn dev or npm dev
To use If searching for all nfts from a specific wallet address. Add address to first input and press "Lets Go"
If searching for all nfts from a specific address for a specic collection. Add wallet address to first input and contract address to the second. Then press "Lets Go"
If searching for all items in a collection. Add collection address to second input, select toggle "Fetch for Collection". then press "Lets Go"