Skip to main content

Installation

Install Starkzap using npm or yarn:
or
Building for React Native/Expo? Use React Native Integration and install starkzap-native instead of using starkzap directly in your mobile app.

Dependencies

The SDK depends on:
  • starknet (v9+) - Starknet.js core library
This will be installed automatically when you install starkzap.

Peer dependencies by feature

All peer dependencies are optional to keep the package lean. Install only what you need:

Next Steps

Once installed, configure the SDK:
  1. Set up Configuration for networks, RPC providers, and optional features
  2. If you are building a mobile app, follow React Native Integration for starkzap-native + Metro setup
  3. Then check out the Quick Start Guide to get your first wallet integration working in minutes