Loading…
Utility libraries and helper tools for common BSV operations. Includes high-level wallet APIs, transaction builders, script templates, DID management, and development tools.
| Package | Purpose |
|---|---|
| @bsv/simple | High-level wallet API for browser and server — manage payments, tokens, inscriptions, DIDs, and credentials |
| @bsv/wallet-helper | Fluent transaction builder for explicit wallet-backed transactions, BRC-29 derivation, and ordinal support |
| @bsv/templates | ScriptTemplate implementations including OpReturn, MultiPushDrop, P2MSKH, and the hardware-backed R1K1Wallet |
| @bsv/did | SD-JWT VC and optional did:key helpers for BSV SDK identity keys |
| @bsv/did-client | DID client for creating, revoking, and querying on-chain DIDs with overlay broadcast |
| @bsv/air-gap | One-directional optical air-gap transport — fountain-coded QR parts for arbitrary bytes |
| @bsv/amountinator | Multi-currency converter (SATS↔BSV↔15+ fiat) with exchange rate caching |
| @bsv/fund-wallet | CLI faucet for funding wallets from Metanet Desktop during development and testing |
| create-bsv-app | CLI and starter catalogue for React, Express, full-stack, and maintained example applications |