> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-eitan-accounts-update-0-14-1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install Starkzap and its dependencies

## Installation

Install Starkzap using npm or yarn:

```bash theme={null}
npm install starkzap
```

or

```bash theme={null}
yarn add starkzap
```

### Dependencies

The SDK has two peer dependencies:

* [`starknet`](https://www.npmjs.com/package/starknet) (v9+) - Starknet.js core library
* [`@cartridge/controller`](https://www.npmjs.com/package/@cartridge/controller) - Cartridge wallet integration (optional, only needed for Cartridge support)

These will be installed automatically when you install `starkzap`.

## Next Steps

Once installed, configure the SDK:

1. Set up [Configuration](/build/starkzap/configuration) for networks, RPC providers, and optional features
2. Then check out the [Quick Start Guide](/build/starkzap/quick-start) to get your first wallet integration working in minutes
