You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,24 +18,29 @@ Master is not stable; it is our development branch, and [only tagged releases ma
18
18
19
19
We recommend every user of this library and the [bitcoinjs](https://github.com/bitcoinjs) ecosystem to audit and verify any underlying code for its validity and suitability.
20
20
21
-
Mistakes and bugs happen, but with your help in resolving and reporting [issues](https://github.com/bitcoinjs/bitcoinjs-lib/issues), together we can produce open source software library that is:
21
+
Mistakes and bugs happen, but with your help in resolving and reporting [issues](https://github.com/bitcoinjs/bitcoinjs-lib/issues), together we can produce open source software that is:
22
22
23
23
- Easy to audit and verify,
24
-
- Tested, with test coverage >90%,
24
+
- Tested, with test coverage >95%,
25
25
- Advanced and feature rich,
26
26
- Standardized, using [standard](http://github.com/standard/standard) and Node `Buffer`'s throughout, and
27
27
- Friendly, with a strong and helpful community, ready to answer questions.
28
28
29
-
30
29
## Installation
31
30
```bash
32
31
npm install bitcoinjs-lib
33
32
```
34
33
34
+
Typically we support the [Node Maintenance LTS version](https://github.com/nodejs/Release).
35
+
If in doubt, see the [.travis.yml](.travis.yml) for what versions are used by our continuous integration tests.
36
+
37
+
**WARNING**: We presently don't provide any tooling to verify that the release on `npm` matches GitHub. As such, you should verify anything downloaded by `npm` against your own verified copy.
0 commit comments