lifinance / bigmi

TypeScript library focused on providing reactive primitives for Bitcoin apps.
MIT License
33 stars 1 forks source link

Consider using scure-btc-signer #4

Open paulmillr opened 1 month ago

paulmillr commented 1 month ago

scure-btc-signer is an audited low-level bitcoin library, alternative to bitcoinjs.

Feature list is quite extensive: PSBT / UTXO handling, tx construction and such. The library utilizes noble cryptography which you're already using.

chybisov commented 1 month ago

@paulmillr hey, thank you for the suggestion. We will investigate if it makes sense to switch from bitcoinjs-lib.

kyranjamie commented 3 weeks ago

Second support for Paul's library, @leather.io is built with btc-signer