Execute cross-chain transactions from TON to TAC EVM using the TAC SDK
sendCrossChainTransaction()
, which enables seamless execution of EVM contract calls directly from TON wallets. This guide covers everything from basic transactions to advanced batch operations and error handling.
EvmProxyMsg
object defines what contract call to execute on the TAC EVM side:
Parameter Validation
Simulation (Optional)
Asset Preparation
Message Construction
TON Transaction
Cross-Chain Routing
EVM Execution
Completion