Helpers Domain
Utility libraries and helper tools for common BSV operations. Includes high-level wallet APIs, transaction builders, script templates, DID management, and development tools.
Packages
| 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 | Predefined ScriptTemplate examples for protocol engineers, including OpReturn, MultiPushDrop, and P2MSKH lock/unlock patterns |
| @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/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 |