Collectible Example

A complete example of using Collectibles

To help get you started using the Collectible feature of DappHero we have prepared a sample project using Glitch to help you experiment.

Visit the Example.

In this example we take advantage of multiple collectible features. We start by showing a list of collectibles from a particular smart contract and we add Forward and Backwards buttons to page through Collectibles. Then we create a second page that shows a single collectible. We link the two pages via the $THIS keyword and allow dynamic page loading by getting the relevant collectible details from the URL bar with $URL.

Last updated