
A TypeScript library that implements the HandCash Machine Payments Protocol for building paid HTTP APIs on Bitcoin SV.
This library implements the HandCash Machine Payments Protocol (MPP) to enable HTTP 402 challenge‑response payment flows on Bitcoin SV using HandCash.
It provides helpers for creating payment requests, handling hosted Pay and Connect Pay, issuing and verifying receipt JWTs, managing challenges, and verifying HandCash webhooks.
Designed to be used with @handcash/sdk, it supplies primitives such as issuePaymentRequiredWithHostedPay, connectPayAndIssueReceipt, and runMachinePaidHandler for building paid APIs.

Earn XP for sharing
Sign in to get a personal referral link and earn XP every time someone visits through your link.
git clone git@github.com:GenericCPU/handcash-mpp.git cd handcash-mpp npm install npm test```bash
git clone git@github.com:GenericCPU/handcash-mpp.git
cd handcash-mpp
npm install
npm test
```GREAT wallet
The idea is nice and it can be improved a lot
Sign in to get a referral link and earn XP for every visitor
git clone git@github.com:GenericCPU/handcash-mpp.git cd handcash-mpp npm install npm test