Skip to main content

Installation

Install Starkzap using npm or yarn:
npm install starkzap
or
yarn add starkzap

Dependencies

The SDK has two peer dependencies: These will be installed automatically when you install starkzap.

Next Steps

Once installed, configure the SDK:
  1. Set up Configuration for networks, RPC providers, and optional features
  2. Then check out the Quick Start Guide to get your first wallet integration working in minutes