XLS-0089d Multi-Purpose Token Metadata Schema #264
Replies: 2 comments 6 replies
-
|
Great example, thank you Dennis & Contributors! |
Beta Was this translation helpful? Give feedback.
-
If the idea is to encode the JSON into a blob and store it on-ledger, I believe it would make sense to limit the overhead to the bare minimum. Close to 50% of the storage will be consumed by keys. I would propose to support two different formats of JSON keys, short & long. If stored on ledger, I propose the shorter version to be used to save redundant key (UTF8) name storage: {
"c": "RLUSD",
"n": "Ripple USD",
"d": "Regulated stablecoin",
"i": "ripple.com/assets/rlusd-logo.png",
"cl": "rwa",
"cs": "stablecoin",
"a": "Ripple",
"w": [
{
"u": "ripple.com",
"c": "website",
"t": "Official Website"
},
{
"u": "xrpl.org",
"c": "docs",
"t": "XRPL Documentation"
}
]
}💡 Proposal: whenever a URL notation (weblink, icon, ...) is pointing to hosted content on
💥 Note: I have no strong opinion about any of this, any standard would work for me, I mostly have three goals:
P.S. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
An updated version of this spec can be found here: XLS-89: Multi-Purpose Token Metadata Schema.
The earlier version can be found by looking at the edit history.
Beta Was this translation helpful? Give feedback.
All reactions