Skip to main content
The Startale App SDK is published on npm as @startale/app-sdk.

Install

Peer dependencies

The SDK has no required peer dependencies. Most React apps will also install:
  • wagmi, recommended for connection state, hooks, and chain management.
  • viem, required by wagmi; also useful for direct RPC and contract calls.
  • @tanstack/react-query, required by wagmi.
If you are not using wagmi, omit the three above and use the SDK provider directly. See Initialization.

Requirements

Verifying the install

The latest version is shown at the bottom of the list. The SDK follows semantic versioning.