LogoLogo
  • Entangle AI
    • Overview
    • Security Audits
    • Community
  • Universal Interoperability Protocol
    • Overview
      • Features
      • Build the Future
    • Architecture
      • Scalability and Network Stability
        • L2 Utility Blockchains
          • Message Routing in L2 Utility Networks
          • L2 Blockchain
      • Security and Consensus Mechanism
        • Smart Contract Immutability
      • Compatibility and Interoperability
      • Finality
      • Execution Latency
      • Transmitter Network
        • What are Super Transmitters
        • Transmitter Grouping and Rotation
    • Developer Guide
      • Getting Started
      • Solidity
        • Simple Abstract Messenger Example
        • Deploying Your EVM Protocol
      • Solana
      • Calculate Cross-Chain Transaction Cost
      • Becoming a Transmitter
      • How to Test Your DApp
    • Endpoints
  • Universal Data Feeds
    • Overview
      • Features
    • Architecture
      • Data Delivery Methods
        • Pull Model
        • Push Model
    • Developer Guide
      • Custom Data Feeds
      • EVM Smart Contracts
        • Fetch Data via Pull Model
        • Fetch Data via Push Model
      • Solana Smart Contracts
        • Fetch Data via Pull Model
        • Fetch Data via Push Model
      • Data Publishing
    • Data Endpoints
  • Universal Token Standard
    • Overview
      • Features
    • Architecture
      • Fee Components
    • Guides
      • Getting Started
      • Automated Deploy
        • Launch Universal Token
        • Create a Liquidity Pool
        • Expand Existing Token
        • Transfer Liquidity to Connector
        • Bridging
      • Manual Deploy
        • Token Deployment Types
        • Create a Custom Token
        • Factory Blueprint Deployment
        • Examples
          • Initial Setup
          • UTS Connector
            • Mint & Burn Connector Scheme
            • Lock & Unlock Connector Scheme
            • Connector Over Native Currency
          • UTS Token
            • Simple Token
            • Token with Messages
      • Bridge SDK
      • Token Verification
      • Fees Calculation & Gas Estimation Logic
      • Estimations
    • Contract Addresses
  • Entangle AI Interoperable Blockchain
    • Overview
    • Architecture
    • Guides
      • Validators
        • Set up a Validator Node
        • Supported Accounts
      • How to Delegate NGL
        • Delegating to Validators
        • Delegating to Transmitter Agents
  • More
    • Media Kit
    • FAQ
    • Report an Issue
    • Become a Partner
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Universal Interoperability Protocol
  2. Developer Guide

Solidity

PreviousGetting StartedNextSimple Abstract Messenger Example

Last updated 3 days ago

Was this helpful?


This section provides Solidity examples and guides to help developers integrate with Entangle’s Universal Interoperability Protocol (UIP).

Cover

Simple Abstract Messenger Example

Cover

Deploying Your EVM Protocol