Skip to main content

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'
});