> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goldsky.com/llms.txt
> Use this file to discover all available pages before exploring further.

# evm Overview

> Overview of the Compose evm context for chains, wallets, contracts, and reorg-aware transactions.

## Blockchain interactions

One of the key functions of Compose apps is off-chain logic orchestrating and reacting to on-chain functionality. The `evm` context
provides tools for blockchain actions with strong guarantees — `evm.chains` for chain configuration, `evm.wallet()` for wallets,
and `evm.contracts` for type-safe contract interactions. See the individual sections below for full detail on each.

1. [Chains](./chains)
2. [Wallets](./wallets)
3. [Smart Contracts](./contracts)
4. [Reorg Handling](./reorgs)


## Related topics

- [Overview](/chains/introduction.md)
- [EVM Sources](/turbo-pipelines/sources/evm.md)
- [Edge EVM Sources](/turbo-pipelines/sources/edge-evm.md)
- [Indexing Saga EVM with Goldsky](/chains/saga.md)
