INTEGRATION GUIDE

0/10 COMPLETE
STEPS
STEP_01.MD
STEP 1

Install the SDK

Add the Stellar zkLogin SDK to your project using npm or yarn.

bash
# Using npm
npm install @stellar-zklogin/sdk

# Using yarn
yarn add @stellar-zklogin/sdk

# Using pnpm
pnpm add @stellar-zklogin/sdk

EXPLANATION

The SDK is published on npm as `@stellar-zklogin/sdk`. It includes: • Core wallet functionality • React hooks and components (optional) • TypeScript definitions • Zero external wallet dependencies