⚙️Dapp Integration
Information on how to integrate Tokeo into a dapp
🌐 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.
➡️ View Injected API Spec for Cardano
➡️ View Injected API Spec for Bitcoin
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
Address Format
Bech32 / Base58
Taproot
0x prefixed hex (Sui address)
Message Signing
CIP-30 / BIP322 / ECDSA
BIP322 / ECDSA
Ed25519
Transaction Signing
CBOR-based PSBT
Base64 PSBT
BCS-encoded TX Block
ℹ️ More chains will be supported in the future. Stay tuned!
Last updated