> Feedback: If these docs are stale, missing, or confusing, post sanitized feedback to `https://docs.tempo.xyz/api/feedback` with `source: "mcp"`, a short `message`, and any relevant `toolName`, `relatedResource`, or `client`.
# Integrate Tempo

Tempo is fully compatible with the Ethereum Virtual Machine (EVM), targeting the **Osaka** EVM hard fork. So, everything you'd expect to work with Ethereum works on Tempo, with only a few exceptions which we detail on the [EVM Differences](/docs/quickstart/evm-compatibility) page.

<Cards>
  <Card icon="lucide:network" title="Connect to the Network" description="Learn how to connect to the Tempo Testnet with your wallet or programmatically." to="/docs/quickstart/connection-details" />

  <Card icon="lucide:wallet" title="Integrate Wallet Support" description="Support Tempo in your wallet with fee sponsorship and native stablecoins." to="/docs/quickstart/wallet-developers" />
</Cards>

## Start Building

The guides below will help you get a sense for what is possible to do with Tempo. All of the guides below are fully-featured Tempo applications themselves, built with the [Tempo SDKs](/docs/sdk).

<Cards>
  <Card icon="lucide:send" title="Make Payments" description="Send and receive stablecoin payments with flexible fee options and sponsorship capabilities" to="/docs/guide/payments" />

  <Card icon="lucide:coins" title="Issue Stablecoins" description="Create and manage your own stablecoin with built-in compliance features" to="/docs/guide/issuance" />

  <Card icon="lucide:arrow-left-right" title="Exchange Stablecoins" description="Trade between stablecoins on Tempo's enshrined decentralized exchange" to="/docs/guide/stablecoin-dex" />
</Cards>

## Go Deeper

The Tempo source code is fully open-source and available on [GitHub](https://github.com/tempoxyz).

If you're interested in learning more about how Tempo works under the hood, feel free to explore the codebase directly, run a node for yourself, or refer to the protocol specifications for a deeper understanding.

<Cards>
  <Card icon="lucide:server" title="Run a Tempo Node" description="System requirements, installation and usage instructions for running a Tempo node." to="/docs/guide/node" />

  <Card icon="lucide:book-open" title="Protocol Specifications" description="Technical specifications for tokens, fees, transactions, and protocol components." to="/docs/protocol" />
</Cards>

We welcome contributions from the community to help improve and expand the project.
