An example showing the very basics of how to access the API
Shows how to get the list of tokens held by the current owner of the NFT, also uses the files API to get images for each token and display them in a list.
Shows how to display a different image depending on whether the owner is also a holder of any NFT from a specified list of policy IDs.
Shows how to get values from the NFT's metadata - this avoids having to duplicate things like traits - you can read them directly from the metadata rather than having to repeat them in your Javascript
ADAquote NFT
Shows how to import the Three.js libary and use it to render a very simple wireframe cube.
Shows how to use the files API to import token images and then use them as textures in Three.js
This is the first collection to mint with CIP54 - demonstrates detecting another token in the holder's wallet and responding with sparkles
This is a slight modification of the Smart Life NFT just for the '🧠🌱💷' fungible token and 10 special NFTs minted in addition to the original collection
Shows how to load sprites from multiple different locations and render them all into a composite character.
Work in progress