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-scureIt 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';