βοΈ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
Was this helpful?