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.
Blockchain interactions
One of the key functions of Compose apps is off-chain logic orchestrating and reacting to on-chain functionality. Theevm 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.