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

A pure and powerful JavaScript Bitcoin library

Results 100 bitcore-lib issues
Sort by recently updated
recently updated
newest added

Related: https://github.com/bitpay/bitcore-ecies/pull/40

api change

Hello, When adding a network that shares the same xpriv bytes as another, HDPrivateKey will return the incorrect network because it bases its decision only on those bytes. Should it...

bug discovered here: https://forum.bitcore.io/t/bitcore-is-making-invalid-addresses/1533/6

Use the binary interpretation of kilobyte (1024 bytes) and return the correct amount of satoshis. With default parameters and a transaction size of 1024 bytes I expect a fee of...

Just fixes up the grammar in `examples.md` Generate **a** address from a SHA256 hash to Generate **an** address from a SHA256 hash

Point's prototype is set to the prototype of `ec('secp256k1').curve.point()`, which means the library itself is global state, and mutation to it is shared across users of 'elliptic'. This is not...

Hi, I am using bitcore-wallet-client on react native, polyfilling all nodejs dependencies with `node-libs-browser`. Creating a wallet and generating an address works fine, however I am unable to publish a...

react-native's packager can't handle circular dependencies, even with the "exports before requires" hack