-
Notifications
You must be signed in to change notification settings - Fork 164
Description
Issue To Be Solved
NFTs always have some sort of metadata associated with them. Historically, most of that metadata has been stored off-chain, but we would like to create a standard for metadata that allows all metadata to be stored on-chain so everything about the NFTs is truly decentralized.
This issue is meant for discussion about the possibilities of the solution. More documentation and examples will be added as we research and discuss more.
I am currently leading the charge on this, but I have a lot on my plate and don't know if I can give this issue the love it deserves, so if someone from the community wants to lead, I would love to speak with you!
Suggest A Solution
- Ideally, we'd like to try to have some sort of self-describing json format for the metadata, but more research needs to be done on how we could support this in Cadence and the flow sdk.
Context
The Avastars project is an interesting project on Ethereum that that we could potentially take inspiration from for our metadata.