TOKEO
  • 🥷TOKEO
    • 📱TOKEO
    • 🤝Team & Partners
      • 😎Core Team
    • ⚖️Tokenomics Overview
      • 🤝Distribution
      • ➗Vesting
      • 🪙Token Utility & Rewards
      • TXP & Treasury Rewards Engine
      • Governance
    • 🪙ISPO
      • 📈Initial Stake Pool Offering (ISPO)
      • 🥷Tokeo ISPO
      • 🪙Token Distribution
      • 🤝Partner SPO's
      • 🏅Rewards
    • ⌚Collectibles
      • 📚Tokeo Passes
      • 🟣The Toker
    • 🔗Official Links
    • 🤖Technical Information
      • ⚙️Dapp Integration
        • Cardano Dapp Integration
        • Bitcoin Dapp Integration
          • Deep Link Specification
      • 📦Design Assets
Powered by GitBook
On this page
  • 🌐 Supported Chains
  • 🔌 Integration Methods
  • 🧱 Chain-Specific Differences
  1. TOKEO
  2. Technical Information

Dapp Integration

Information on how to integrate Tokeo into a dapp

PreviousTechnical InformationNextCardano Dapp Integration

Last updated 1 month ago

🌐 Supported Chains

Tokeo currently supports two blockchains for wallet integrations:

✅ Supported Chains

Each chain has its own set of APIs and interaction models. Tokeo provides two primary ways to integrate:


🔌 Integration Methods

1. Injected API

Use window.tokeo.bitcoin for bitcoin and window.cardano.tokeo for cardano when your DApp is opened inside the Tokeo app’s DApp browser.

2. Deep Links (Bitcoin only)

For external apps or websites needing to request actions (signing, address access, etc.) via a URI-based scheme.


🧱 Chain-Specific Differences

Feature
Cardano
Bitcoin

Address Format

Bech32 / Base58

Taproot

Message Signing

CIP-30 / BIP322 / ECDSA

BIP322 / ECDSA

Transaction Signing

CBOR-based PSBT

Base64 PSBT


ℹ️ More chains will be supported in the future. Stay tuned!

🥷
🤖
⚙️
Cardano (ADA)
Bitcoin (BTC)
➡️ View Injected API Spec for Cardano
➡️ View Injected API Spec for Bitcoin
➡️ View Deep Link Spec