JSPM

@bitcoinerlab/descriptors-scure

3.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3244
  • Score
    100M100P100Q144929F
  • License MIT

This library parses and creates Bitcoin Miniscript Descriptors and generates Partially Signed Bitcoin Transactions (PSBTs). It provides PSBT finalizers and signers for single-signature, BIP32 and Hardware Wallets, bundled for the scure/noble family of libraries.

Package Exports

  • @bitcoinerlab/descriptors-scure

Readme

@bitcoinerlab/descriptors-scure

Scure-ready package for @bitcoinerlab/descriptors-core.

For scure/noble users this is the simplest install path:

npm install @bitcoinerlab/descriptors-scure

It bundles the scure/noble family dependencies and exposes pre-bound helpers such as Output, expand, btc, HDKey and secp256k1, while still exporting DescriptorsFactory for advanced flows.

Most users can import directly from the package:

import { Output, btc, signers } from '@bitcoinerlab/descriptors-scure';