Skip to content

Installation

The AAStar SDK is built with TypeScript and can be used in any Node.js or browser environment. We recommend using pnpm for package management.

Install the Main Package

The @aastar/sdk package provides the easiest entry point by grouping all core functionalities.

bash
pnpm add @aastar/sdk viem@2.x

Modular Installation (Optional)

If you only need specific functionalities, you can install individual packages to keep your bundle size small:

bash
# Core utilities and types
pnpm add @aastar/core

# Account Abstraction and 7702 support
pnpm add @aastar/account

# Paymaster and sponsorship logic
pnpm add @aastar/paymaster

# Finance and GToken utilities
pnpm add @aastar/finance

Prerequisites

  • Node.js: v18 or higher.
  • TypeScript: v5.0 or higher (recommended for type safety).
  • Viem: v2.43 or higher.

Next Steps

Released under the MIT License. | Last Updated: 2026-01-15 09:16