Skip to main content
To get started with App Kit, install the core package and the adapter that fits your environment.
To swap, you need a (free) kit key from the 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
2

Install your preferred adapter

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