Installation
Install Starkzap using npm or yarn: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
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:- Set up Configuration for networks, RPC providers, and optional features
- If you are building a mobile app, follow React Native Integration for
starkzap-native+ Metro setup - Then check out the Quick Start Guide to get your first wallet integration working in minutes