Alchemy API Demo
This demo app show-case Alchemy's NFT APIs. Feel free to fork this repo or play around with it with Replit.
- nftsServices.ts uses our Alchemy SDK.
- nftsController.ts uses nftsServices.ts and transform the raw data to the format our view needs.
- Nfts.tsx contains the React components to render our views.
yarn dev
Open http://localhost:3000 with your browser to see the app.