NFT displayer for Buttpluggies collection to be used on Warpcast.
Displays the image of a random NFT from a given collection, with the name specified in the metadata and links to the project webpage and NFT owner Address if already minted. It is a super simple implementation which makes it fast enough to not get bored very soon. The idea is to promote a NFT collection displaying several examples of the collection itself.
Well, it´s very simple, it uses NitroJS to create the api server that verify if the NFT is owned or not using Ethers.js to get the NFT owner and TypeScript for the functions. Deployed on Vercel. I would like to add a function to get the Warpcast user instead the only the address.