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 functionality into your applications. The v3 SDK provides user authentication, digital item management, payment processing, and whitelabel wallet infrastructure.

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