Dapp Integration
Information on how to integrate Tokeo into a dapp
Last updated
Information on how to integrate Tokeo into a dapp
Last updated
Tokeo currently supports two blockchains for wallet integrations:
Each chain has its own set of APIs and interaction models. Tokeo provides two primary ways to integrate:
Use window.tokeo.bitcoin
for bitcoin and window.cardano.tokeo
for cardano when your DApp is opened inside the Tokeo app’s DApp browser.
For external apps or websites needing to request actions (signing, address access, etc.) via a URI-based scheme.
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!