bitcoinjs-lib
bitcoinjs-lib copied to clipboard
A javascript Bitcoin library for node.js and browsers.
I've heard Denoify is useful for projects like these, but I haven't managed to make it work yet. I'll open a PR if I can get it to work.
When Electrum doesn't know the masterFingerprint it uses the fingerprint of the xpub, and the path is from the xpub (as m) Perhaps we could make this a separate method?
hi could i use this lib with angular framework, because i tried but i have some errors.
I have created a small web app that uses `bitcoinjs-lib`. You can find it here: https://bitcoincoretech.github.io/apps/bitcoinjs-ui/index.html Github Repo [here](https://github.com/bitcoincoretech/bitcoinjs-ui) It covers _most_ of the `psbt.ts`, `transaction.ts` and `p2*.ts` APIs. I...
Hello. I'm trying to generate addresses by derivation path using the code below in my React Native app, it works fine on the IOS simulator, but when I want to...
I'm not sure if everything in the [roadmap](https://github.com/bitcoinjs/bitcoinjs-lib/issues/1437) is still relevant, but there were plans to create a wallet example project. I'm interested in working on that because of a...
The commit that tiny-secp256k1 pulls in on `master` is currently 3 years old, any reason not to update this to a more recent version? For example https://www.npmjs.com/package/secp256k1 has a much...
Bring over TransactionInput from BIP174 to here. Remove from BIP174.
Hi, I was going through some code to create transactions for bitcoin and use a serialized hash of the unsigned transaction to create a ECDSA digital signature and use that...
I'm new to bitcoins, and I don't understand how this library works. Do I need to run a working node (bitcoind) to synchronize this library with the entire internet? I...