Install Bridge Kit and the adapters for each blockchain you plan to transfer between.
Use your preferred package manager to install Bridge Kit with the Viem adapter to transfer between EVM-compatible blockchains.
yarn add @circle-fin/bridge-kit @circle-fin/adapter-viem-v2 viem
npm install @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 add @circle-fin/bridge-kit @circle-fin/adapter-ethers-v6 ethers
npm install @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 add @circle-fin/adapter-solana @solana/web3.js @solana/spl-token
npm install @circle-fin/adapter-solana @solana/web3.js @solana/spl-token