MegaYours Docs
  • 🚀MegaYours
    • Extending your on chain data
  • 💾Megadata
    • Solana Integration
  • 🌎Yours Protocol
    • 🤔Getting Started
      • Setting up Your Project
      • Creating Your First Module
      • Creating & Minting Tokens
      • Composable Tokens
      • Making Your Tokens Interoperable
    • 💱Tokens
      • Types
      • Functions
      • Unique Identifier
    • 🧩Modules
      • 🔌Attaching Modules
      • 🌈Relationships
      • 🎭ERC1155
      • 📚Declaration
      • 👾External
    • 📄Metadata
    • 🔗Interoperability
    • 🔄Migration from Originals
      • FT3
      • Interfaces
      • Prototype
  • 👾Import Existing Tokens from any Chain
    • 🛰️Gamma Chain
  • 🔗Links
    • Github: Yours Protocol
Powered by GitBook
On this page

Was this helpful?

  1. Yours Protocol

Metadata

PreviousExternalNextInteroperability

Last updated 6 months ago

Was this helpful?

Metadata and the format of it is important when you interopering with other dApps, as well as when you want your tokens to be understood by other clients.

Therefore, Yours Protocol enforces a specific schema on your metadata when you:

  1. Transfer tokens to other dApps.

  2. When a client wants to fetch information of tokens on your dApps.

In order for your module to include all its data into the metadata, all you have to do is to extend a function. For examples, see:

🌎
📄
Making Your Tokens Interoperable