
A JavaScript client library for BSV micropayments over HTTP 402 / Browser Plugins
Be the first to ask Simon Bettison something.
What do you think? ...
A JavaScript client library and browser extension for BSV micropayments over HTTP 402. Wraps fetch() to transparently handle payment flows using multiple protocols (Custom X402, BRC-105, BRC-121).

Earn XP for sharing
Sign in to get a personal referral link and earn XP every time someone visits through your link.
bsv-wallet
A Ruby implementation of the BRC-100 wallet interface for managing UTXO lifecycle, transaction construction, broadcasting, and proof management.
No reviews yet — be the first.
npm install bsv-x402npm install bsv-x402```js
import { createX402Fetch } from 'bsv-x402'
const x402Fetch = createX402Fetch({ brc105Wallet: window.CWI })
const response = await x402Fetch('https://api.example.com/paid-endpoint')
```