You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIP: 5
Title: Enhanced Asset Information Specification
Author: Jeremy Johnson
Discussions-To: https://counterpartytalk.org/t/enhanced-asset-information-specification/6431
Status: Draft
Type: Process
Created: 2022-11-15
Abstract
This DIP proposes extending the basic enhanced asset info to allow for providing more information, such as images, audio, video, files, etc. in a standardized format.
Motivation
Dogeparty provides a simple standard for enhanced asset info. This standard is useful, but is limited. By standardizing an additional set of fields which can be defined in the asset enhancement info JSON file, we can allow for much more information to be associated with an asset in a standardized way.
Rationale
The goals of this Enhanced Asset Information Specification are as follows:
Define list of Supported Asset Description Formats
Document the Enhanced Asset Information Specification v1.0.0
Define and document the Enhanced Asset Information Specification v2.0.0
The name of the token. Must match your token's name exactly. 24 characters max.
description
String
A longish description about this token. 2048 characters max.
image
String
A link a 48x48 PNG image to represent the token on the leaderboard and portfolio views. The text itself must be a valid URL that starts with "http://" or "https://" (100 characters max). The image the URL references must be in PNG format (the URL must end in .png). It must be 48x48, and it must use the RGB or RGBA color palette. If any of these are not correct, the system will reject it.
website
String
A link to the website for the token. 100 characters max. Must be a valid URL that starts with "http://" or "https://"
pgpsig
String
A link to a pgp signature text/file that will or can be used to sign messages by the issuer of this token. 100 characters max. Must be a valid URL that starts with "http://" or "https://"