HandCash SDK is a server-side Node.js SDK designed for secure interaction with HandCash Wallets.
- Node
v16.X
or higher - Only for NodeJS, i.e. it doesn't work on the browser side as it's a server-side library for security reasons.
This SDK requires an appId
to represent your application and an appSecret
to ensure the SDK is securely invoked
under your control.
Don't have an app yet? Sign-up for dashboard.handcash.io and create your first app.
npm i @handcash/handcash-sdk
WaaS allows you to create and manage non-custodial wallets.
Check out the WaaS documentation for more information.