Skip to main content

Blockchain interactions

Compose apps orchestrate and react to on-chain activity from off-chain logic. The evm context provides the tools for that: evm.chains for chain configuration, evm.wallet() and evm.webhookWallet() for wallets, and evm.contracts for type-safe contract interactions. See the individual sections below for full detail on each.
  1. Chains
  2. Wallets
  3. Smart Contracts
  4. Reorg Handling