Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.handcash.io/llms.txt

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

Handcash Developer Tools

Integrate Handcash into your applications. @handcash/sdk covers Connect (auth, payments, items). Wallet API (embedded wallets) uses REST /v1/waas/* — see Wallet API getting started.

v3 SDK

Authentication, Payments, Items, Business Tools

Wallet API

Build native wallet infrastructure into your application

Developer Dashboard

Set up your development environment

Quick Start

npm install @handcash/sdk
import { getInstance, Connect } from '@handcash/sdk';

const sdk = getInstance({
  appId: 'your-app-id',
  appSecret: 'your-app-secret'
});