Rendering NFT’s on-site instead of traditional images
The following is a method for utilising NFT’s within your website, opposed to art/graphics/stock. In this example, we use the OpenSea API to fetch the metadata of the NFT based on the contract address and token ID. We then parse the JSON response to extract the image URL of the NFT. Finally, we display the […]