Registry to house metadata about Dogecoin metaprotocol assets.
Simply add metadata for a particular metaprotocol using the template defined for each metaprotocol. If a template needs to be updated, you can open a PR for that as well.
Field | Type | Description |
---|---|---|
name |
String | The name of the metaprotocol asset. |
description |
String | A brief description of the metaprotocol asset. |
avatar |
String | URL to an image representing the metaprotocol asset. |
tags |
Array | A list of tags associated with the metaprotocol asset. |
socials |
Object | Social media links related to the metaprotocol asset. |
socials.x |
String | Link to the Twitter profile. |
socials.discord |
String | Link to the Discord server. |
socials.youtube |
String | Link to the YouTube channel. |
socials.github |
String | Link to the GitHub repository. |
socials.website |
String | Link to the official website. |
sat_range |
Object | The range of satoshis associated with the metaprotocol asset. |
sat_range.min |
Number | The minimum satoshi value in the range. |
sat_range.max |
Number | The maximum satoshi value in the range. |
inscription_ids |
Array | A list of inscription IDs associated with the metaprotocol asset. |
- Reference the Maestro Doginals API when available