Tempo TypeScript SDK
June 11, 2026 ยท View on GitHub
Tempo TypeScript SDK
Important
This repository is archived. New Tempo TypeScript integrations should use the
maintained packages listed below instead of adding new tempo.ts usage.
Migration paths
tempo.ts usage | Use instead |
|---|---|
| Fee payer / sponsored transaction server | accounts via accounts/server Handler.relay({ feePayer }); see the fee payer example and fee sponsorship guide. |
tempo.ts/viem and chain definitions | viem, where Tempo chain support has been upstreamed. |
tempo.ts/wagmi | wagmi/tempo or @wagmi/core/tempo, where Tempo support has been upstreamed. |
tempo.ts/ox | ox/tempo. |
tempo.ts/prool | prool, which includes the Tempo instance directly. |
Install
pnpm i tempo.ts
Entrypoints
| Entrypoint | Description |
|---|---|
tempo.ts/server | Framework-agnostic server handlers. |
Contributing
Our contributor guidelines can be found in CONTRIBUTING.md.
Security
See SECURITY.md.
License
Licensed under either of Apache License, Version 2.0 or MIT License at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in these crates by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.