CCIP Tutorials: TON to EVM
This section provides comprehensive guides and tutorials for implementing cross-chain communication from the TON blockchain to Ethereum Virtual Machine (EVM) chains using Chainlink's Cross-Chain Interoperability Protocol (CCIP).
Getting Started
Before implementing specific use cases, it's important to set up your environment and understand the fundamental concepts:
- Prerequisites for TON to EVM Tutorials - Set up your development environment with Node.js, a TON wallet, and testnet tokens.
- Building CCIP Messages from TON to EVM - Learn the TL-B Cell layout, required fields, fee estimation, and sending options.
Tutorials by Use Case
Depending on your specific needs, choose the appropriate tutorial:
- Arbitrary Messaging - Send a data payload from TON Testnet to a receiver contract on Ethereum Sepolia.