> ## 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

## 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)
