Skip to main content

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.

To get started with App Kit, install the latest core package and the adapter that fits your environment.
To swap, you need a (free) kit key from Circle Console.
1

Install the core package

npm install @circle-fin/app-kit
App Kit lets you access all its capabilities in a single package. If you prefer to just install the capabilities you need, you can install the standalone packages:
## Bridge
npm install @circle-fin/bridge-kit

## Swap
npm install @circle-fin/swap-kit

## Unified Balance
npm install @circle-fin/unified-balance-kit
2

Install your preferred adapter

npm install @circle-fin/adapter-viem-v2 viem