App Kit includes the Bridge capability that lets you move USDC across blockchains in a few lines of code. It abstracts the underlying CCTP flow so you can bridge without orchestrating the low-level burn, attestation, and mint steps yourself.Documentation Index
Fetch the complete documentation index at: https://docs.arc.network/llms.txt
Use this file to discover all available pages before exploring further.
Quick look
This code snippet bridges between an EVM and non-EVM chain in a single method call:TypeScript
Installation
App Kit comes with the Bridge capability installed by default. If you’ve already installed App Kit, you can skip this section. If you only need to bridge and don’t want the full App Kit, you can follow the steps below to install just the Bridge package. Install the Bridge package and the adapter that matches your environment:Install adapters
Install the adapters you need for the
chains you plan to bridge between.
- Viem
- Ethers
- Solana
- Circle Wallets