bitcoinerlab / descriptors

A TypeScript library for parsing Bitcoin Descriptors, including Miniscript-based ones. Streamlines creating Partially Signed Bitcoin Transactions (PSBTs) from Descriptors. Features BIP32, single-signature, and Hardware Wallet signing capabilities, and facilitates finalizing transactions.
https://bitcoinerlab.com/modules/descriptors
41 stars 14 forks source link

Output with descriptor: addr(TAPROOT) #36

Open DmytroShalaiev opened 6 months ago

DmytroShalaiev commented 6 months ago

https://github.com/bitcoinerlab/descriptors/issues/35 realization

Also:

  1. Update package dependencies

TODO: tests.

landabaso commented 6 months ago

Thanks for the PR, @DmytroShalaiev! I appreciate your contribution. I'm quite busy at the moment, but I should be able to review it in detail next week.

DmytroShalaiev commented 6 months ago

Thanks, I will be glad for your thoughts.