Bridge Kit

Bridge Kit Installation

To install Bridge Kit, you should add the kit itself and an adapter to interact with specific blockchains. You only need to install adapters for the blockchains you plan to bridge to or from:

  • EVM only: Install either Viem or Ethers, but not both
  • EVM and Solana: Install the Solana adapter on top of either Viem or Ethers

Use your preferred package manager to install Bridge Kit with the Viem adapter for bridging on EVM-compatible blockchains.

  • yarn
  • npm
Shell
yarn add @circle-fin/bridge-kit @circle-fin/adapter-viem-v2 viem

Use your preferred package manager to install Bridge Kit with the Ethers adapter for bridging on EVM-compatible chains.

  • yarn
  • npm
Shell
yarn add @circle-fin/bridge-kit @circle-fin/adapter-ethers-v6 ethers

After you've installed either Viem or Ethers to bridge on EVM, use your preferred package manager to install the Solana adapter and library to bridge on Solana too.

  • yarn
  • npm
Shell
yarn add @circle-fin/adapter-solana @solana/web3.js @solana/spl-token
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.