Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.startale.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Install

pnpm add @startale/app-sdk wagmi viem @tanstack/react-query

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

RequirementVersion
Node.js20 or later
TypeScript5.0 or later (recommended; not required)
React18 or later (only if you use the wagmi connector)

Verifying the install

pnpm view @startale/app-sdk versions
The latest version is shown at the bottom of the list. The SDK follows semantic versioning.