Tempo is a general-purpose blockchain optimized for payments. Tempo is designed to be a low-cost, high-throughput blockchain with user and developer features targeting modern payment systems including first-class stablecoin support. More on Tempo here.Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-ethan-captcha-protection.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Address derivation
Turnkey supports Tempo address derivation withADDRESS_TYPE_ETHEREUM.
Transaction construction and signing
During Tempo’s testnet period both transaction types are signable with Turnkey, though policy engine support differs:- Ethereum legacy transactions with full parsing & policy support
- Tempo transactions with only raw payload signing and limited policy support.
Examples
We have an example repository that demonstrates how to construct and sign Tempo transactions:examples/with-tempo: demonstrates transaction construction and broadcast on Tempo.
Tempo Network Support
Turnkey supports:- Tempo Mainnet (TBA)
- Tempo Testnet
Key Features for Tempo
- Out of the box Legacy EVM TX support: Turnkey fully supports the legacy transaction type on Tempo
- Native gas sponsorship: Our example repository provides a reference implementation for building transactions with Tempo’s native gas sponsorship
Benefits of using Turnkey with Tempo
- Secure Key Management: Private keys are securely stored in Turnkey’s infrastructure
- Policy Controls: Apply custom policies to authorize transactions based on criteria
- Developer-Friendly: Integrate with existing Tempo development workflows
- Multi-environment Support: Use the same code across testnet and mainnet environments