Dapp Integration
Instructions on how to integrate Tokeo into a dapp
🌐 Supported Chains
Tokeo currently supports two blockchains for wallet integrations:
✅ Supported Chains
Cardano (ADA)
Bitcoin (BTC)
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
when your DApp is opened inside the Tokeo app’s DApp browser.
➡️ View Injected API Spec
2. Deep Links (Bitcoin only)
For external apps or websites needing to request actions (signing, address access, etc.) via a URI-based scheme. ➡️ View Deep Link Spec
🧱 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!
Last updated