Blockchain interactions
Compose apps orchestrate and react to on-chain activity from off-chain logic. Theevm 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.