Skip to main content

Handcash Developer Tools

Integrate Handcash functionality into your applications. The v3 SDK provides user authentication, digital item management, payment processing, and whitelabel wallet infrastructure.

Quick Start

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

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