How it works
Bridge moves USDC or EURC from a wallet on the source blockchain to a wallet on the destination blockchain. The SDK handles the underlying CCTP burn, attestation, and mint steps for you.Quick look
This code snippet bridges USDC between an EVM and non-EVM chain in a single method call:TypeScript
Installation
Install the App Kit SDK to use Bridge. If you only need to bridge and don’t want to install the full App Kit SDK, follow the steps below to install the standalone Bridge Kit.1
Install Bridge Kit
2
Install adapters
Install the adapters you need for the
chains you plan to bridge between.
- Viem
- Ethers
- Solana
- Circle Wallets