Skip to main content

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. 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
  2. Wallets
  3. Smart Contracts
  4. Reorg Handling