Package Exports
- @bitcoinerlab/descriptors-scure
- @bitcoinerlab/descriptors-scure/ledger
Readme
@bitcoinerlab/descriptors-scure
Scure-ready package for Bitcoin descriptor work.
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.
Most users can import directly from the package:
import { Output, btc, signers } from '@bitcoinerlab/descriptors-scure';