CCIP Tutorials: EVM to Aptos
This section provides comprehensive guides and tutorials for implementing cross-chain communication from Ethereum Virtual Machine (EVM) chains to Aptos 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 Aptos communication:
- Building CCIP Messages from EVM to Aptos - Learn the core message structure, required parameters, and implementation details for all message types.
- Prerequisites for EVM to Aptos Tutorials - Set up your development environment with Aptos CLI tools, wallets, and token accounts.
Tutorials by Use Case
Depending on your specific needs, choose the appropriate tutorial:
- Token Transfers - Send tokens from EVM chains to Aptos wallets without program execution.
- Arbitrary Messaging - Send data from EVM chains to Aptos module.
- Programmatic Token Transfers - Send both tokens and data in a single message to trigger module execution with token transfers.