Bridge Kit

Bridge Kit Installation

Install Bridge Kit and the adapters for each blockchain you plan to transfer between.

  • EVM only: Install either the Viem adapter or the Ethers adapter, both isn't necessary.
  • EVM and Solana: Install the Solana adapter and either the Viem adapter or the Ethers adapter.

Use your preferred package manager to install Bridge Kit with the Viem adapter to transfer between 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 to transfer between EVM-compatible chains.

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

After you install Viem or Ethers, install the Solana adapter to transfer to or from Solana.

  • 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.