CCIP Tutorials: EVM to SVM
This section provides comprehensive guides and tutorials for implementing cross-chain communication from Ethereum Virtual Machine (EVM) chains to Solana Virtual Machine (SVM) chains using Chainlink's Cross-Chain Interoperability Protocol (CCIP).
Getting Started
Before implementing specific use cases, it's important to understand the fundamental concepts and message structure for EVM to SVM communication:
- Building CCIP Messages from EVM to SVM - Learn the core message structure, required parameters, and implementation details for all message types
Tutorials by Use Case
Depending on your specific needs, choose the appropriate tutorial:
- Token Transfers - Send tokens from EVM chains to Solana wallets without program execution
- Arbitrary Messaging - Send data from EVM chains to trigger program execution on Solana