bitcoinjs-lib icon indicating copy to clipboard operation
bitcoinjs-lib copied to clipboard

A javascript Bitcoin library for node.js and browsers.

Results 118 bitcoinjs-lib issues
Sort by recently updated
recently updated
newest added
trafficstars

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/)

feature

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...

external
how to / question / docs

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...

how to / question / docs

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...

feature

``` 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

external
how to / question / docs

# 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

feature
testing
refactor

- [ ] Add tests for untested branches for `embed` - [ ] Add tests for untested branches for `p2sh` - [ ] Add tests for untested branches for `p2wsh`

testing