bitcoinjs-lib
bitcoinjs-lib copied to clipboard
A javascript Bitcoin library for node.js and browsers.
1. Dependency clean up - move bitcoinjs packages to mono-repo style, and try to reduce the number of non-bitcoinjs/cryptocoinjs dependencies. 2. Wallet example project - Create a nice Wallet library...
For more information see this [Introduction and Live Compiler](http://bitcoin.sipa.be/miniscript/)
I'm trying to implement bitcoinjs-lib in react-native, but I get errors when it looks for Buffer and other crypto libraries. I have used rn-nodeify as referenced in #582 and #797...
I have been trying to find it's alternative for hours now but lack of official documentation makes it difficult to find proper method after going through number of issues i...
It would be great if the library could support ES modules. It would be nice to use an ES module build directly in the browser without a bundler, or use...
``` const hash = bitcoin.crypto.sha256(Buffer.from("my seed here")) const network = coininfo(`DASH-TEST`).toBitcoinJS(); const keyPair = bitcoin.ECPair.fromPrivateKey(hash,{network}) console.log(keyPair) ``` When there is no `network` option it works fine
# Goals * Create an open roadmap * Make use of the Project tools / milestones on Github so that other contributors can participate. * Add contributors guide * Will...
For the life of me, I just can't figure out how to use NodeJS to fetch an existing bitcoin transaction on a local node. The code examples here seems too...
Truly makes https://github.com/bitcoinjs/bitcoinjs-lib/issues/1138 simpler
- [ ] Add tests for untested branches for `embed` - [ ] Add tests for untested branches for `p2sh` - [ ] Add tests for untested branches for `p2wsh`