Add a basic metadata attribute tied to marker address #1552
Labels
attribute
Attribute Module
enhancement
New feature or request
marker
Marker Module
metadata
Metadata Module
Milestone
Summary
Add support for a json document linked directly against an address using an attribute.
Problem Definition
One of the common requests from users is the ability to attach some basic context information against an address to provide additional background. This data could include information that would generally be associated with basic digital assets (such as links to off chain data) or Opensea specifications (https://docs.opensea.io/docs/metadata-standards).
While the metadata module provides the ability to represent programmable digital assets that involve off-chain processes and multiple parties, often a single self contained digital asset is sufficient for modeling.
Proposal
Using a new protocol owned name from the name module, create a standardized attribute that can be written by the protocol against any address. As the attribute can only be written by the owner of the name the protocol will need to offer methods for reading and writing this particular attribute.
Using this standard metadata attribute add methods for writing this same data against
scope
andmarker
addresses.Data being recorded should be in
JSON
format in order to promote the most accessible and interoperable standard for its use.For Admin Use
The text was updated successfully, but these errors were encountered: