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
  • Introduction
  • Prerequisites
  • Quick Start

Was this helpful?

  1. Yours Protocol

Getting Started

PreviousYours ProtocolNextSetting up Your Project

Last updated 3 months ago

Was this helpful?

Introduction

This guide will walk you through integrating Yours Protocol into your dapp. By the end, you'll understand how to:

  • Set up your development environment

  • Create and mint tokens

  • Add dynamic metadata

  • Make your tokens interoperable

Prerequisites

Before you begin, ensure you have:

  • Basic understanding of blockchain development

  • Familiarity with

  • set up

  • An IDE for working with Rell, such as or or Cursor (on which you can use the same guide of VSCode)

Quick Start

  • Install dependencies

  • Configure your environment

  • Set up Yours Protocol

  • Understand module structure

  • Define token attributes

  • Implement basic functionality

  • Create token specifications

  • Add metadata

  • Mint tokens

  • Build relationships between tokens

  • Implement module interactions

  • Create dynamic compositions

  • Enable cross-chain functionality

  • Handle incoming tokens

  • Manage token metadata

🌎
🤔
Rell programming language
Chromia CLI
VSCode
JetBrains
Setting up Your Project
Creating Your First Module
Creating & Minting Tokens
Composable Tokens
Making Your Tokens Interoperable