This repository was archived by the owner on Apr 4, 2025. It is now read-only.
Replies: 1 comment
-
+1, agree this would be helpful |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It may be helpful for wallets, dApps and tools like the Web3 credentials library to be able to refer to metadata describing a verification registry, just as they can lookup metadata about an NFT at a
tokenURI
specified by an NFT contract.This proposal will be to create a simple extension for registry contract libraries that allows a
metadataURI
to be specified for the contract.The metadata document at the specified URI will contain a JSON object with properties. These properties will include top-level category properties and various child properties. The top level properties would likely be:
Other properties will be added as needed, and a more formal JSON Schema will be provided in a detailed proposal.
Presumably, metadata will often be stored using IPFS for the purpose of immutability, or may be handled by a service or protocol assisting with providing up-to-date metadata.
Beta Was this translation helpful? Give feedback.
All reactions