Getting Started
Using Collectibles in your DappHero project
Things to keep in Mind
Feature Collectibles vs Feature Custom Contract
General Concepts
Unique ID
// This element creates our collectable instance
<div ...
data-dh-feature="nft"
data-dh-property-tag-id="myUniqueTag"
....
/>
// This element is where we are going to be displaying a collectable item
<div ...
data-dh-property-tag-id="myUniqueTag"
data-dh-property-asset-item="true"
...
/>
TokenId
Contract Address
JSON Path
Collectable Data Source and Networks
Last updated
Was this helpful?