| title | Use Tempo Transactions |
|---|---|
| description | Learn how to use Tempo Transactions for configurable fee tokens, fee sponsorship, batch calls, access keys, and concurrent execution. |
import { Cards, Card } from 'vocs' import TempoTxProperties from '../../../snippets/tempo-tx-properties.mdx'
Tempo Transactions are a new EIP-2718 transaction type, exclusively available on Tempo.
:::note[SDKs Support] Transaction SDKs are available for TypeScript, Rust, Go, Python, and Foundry. :::
If you're integrating with Tempo, we strongly recommend using Tempo Transactions, and not regular Ethereum transactions. Learn more about the benefits below, or follow the guide on issuance here.
Integrating Tempo Transactions is easy and can be done quickly by a developer in multiple languages. See below for quick links to some of our guides.
| Language | Source | Integration Time |
|---|---|---|
| TypeScript | tempoxyz/tempo-ts | < 1 hour |
| Rust | tempo-alloy | < 1 hour |
| Golang | tempo-go | < 1 hour |
| Python | pytempo | < 1 hour |
| Other Languages | Reach out to us! The specification is here and easy to build against. | 1-3 days |
If you are an EVM smart contract developer, see the Foundry guide for Tempo.