bitcoinjs-lib
bitcoinjs-lib copied to clipboard
A javascript Bitcoin library for node.js and browsers.
The change I propose to make is to the line saying to `npm install bitcoinjs-lib` which generated errors for me. I resolved these errors by `npm install -g node-gyp` and...
I'd like to calculate/derive, how many byte a specific `Transaction` weighs after being mined. There are 3 members on `Transaction` that deal with sizes: - `virtualSize` - `weight` - `byteLength`...
Hi, I am using the bitcoinjs-lib 3.3.2 and 4.0.2 to generate the address on RN Android. When I start the App on debug mode without Chrome Debugger connected, the performance...
See https://github.com/bitcoinjs/bolt11/issues/5#issuecomment-381479499 Travis support should mimic bitcoinjs-lib which has already been updated. ``` bech32 bip174 bip21 bip32 bip32-utils bip32-wallet bip38 bip39 bip44-constants bip65 bip66 bip68 bip69 bitcoin-ops bitcoinjs-lib bitcoinjs-message bitcoinjs.github.io...
@fanatid I noticed you appear to have a nice browser testing setup in https://github.com/cryptocoinjs/secp256k1-node that you have set up using `karma`. What is your experience there? Is it something we...
# Summary - Created .eslintrc to match previous rules - Made eslint/prettier work together - ran lint on src, ts_src and test - made sure all existing tests pass This...
This is small refactoring for tsconfig.json. If the strict flag is toggled to true, several type-checking strictness flags will be toggled to true at the same time. (FYI. https://www.typescriptlang.org/docs/handbook/2/basic-types.html#strictness) Thus,...
Sometimes when parsing transactions I need to check whether an output value is too low for a given output type. Would you consider adding some sort of utility, maybe to...
Currently, `bitcoin.Transaction` may contain per-input witness data, and that witness data is an array of Buffer objects. Similarly, `bitcoin.Psbt` can have a `finalScriptWitness` field, but that one is not "destructured"...
Add bitcoinjs-lib documentation - [x] Automatically read ts file and generate - [x] Automatically triggered by github actions (github pages need to be enabled)