Account Abstraction SDK
What is the GoKite AA SDK?
Installation
npm install gokite-aa-sdkQuick Start
Initialize the SDK
import { GokiteAASDK } from 'gokite-aa-sdk';
const sdk = new GokiteAASDK(
'kite_testnet', // Network name
'https://rpc-testnet.gokite.ai', // Kite RPC URL
'https://bundler-service.staging.gokite.ai/rpc/' // Bundler RPC
);Get Account Abstraction Wallet Address
Authentication
Construct and Send User Operation
Batch Operation
Core Features & General Usage
Deploy ClientAgentVault Proxy
Configure Spending Rules
Withdraw Funds
View Rules & Balances (Read-Only)
Useful Addresses on Kite Testnet
Resources
Last updated
