From 67f59c4525c1ea1ec1ba2b67670130b01572f4f2 Mon Sep 17 00:00:00 2001 From: Daniel Cousens <github@dcousens.com> Date: Thu, 21 Jun 2018 12:19:39 +1000 Subject: [PATCH] README: rm projects utilizing, alternatives, and some grammar fixes --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7ed1b62..d2d500e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Master is not stable; it is our development branch, and [only tagged releases ma ## Can I trust this code? > Don't trust. Verify. -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. +We recommend every user of this library and the [bitcoinjs](https://github.com/bitcoinjs) ecosystem audit and verify any underlying code for its validity and suitability. 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: @@ -26,6 +26,7 @@ Mistakes and bugs happen, but with your help in resolving and reporting [issues] - Standardized, using [standard](http://github.com/standard/standard) and Node `Buffer`'s throughout, and - Friendly, with a strong and helpful community, ready to answer questions. + ## Installation ``` bash npm install bitcoinjs-lib @@ -117,22 +118,6 @@ Some examples interact (via HTTPS) with a 3rd Party Blockchain Provider (3PBP). If you have a use case that you feel could be listed here, please [ask for it](https://github.com/bitcoinjs/bitcoinjs-lib/issues/new)! -## Projects utilizing BitcoinJS -- [BitAddress](https://www.bitaddress.org) -- [Blockchain.info](https://blockchain.info/wallet) -- [Blocktrail](https://www.blocktrail.com/) -- [Dark Wallet](https://www.darkwallet.is/) -- [DecentralBank](http://decentralbank.com/) -- [Dogechain Wallet](https://dogechain.info) -- [EI8HT Wallet](http://ei8.ht/) -- [GreenAddress](https://greenaddress.it) -- [Helperbit](https://helperbit.com) -- [Melis Wallet](https://melis.io) -- [Robocoin](https://wallet.robocoin.com) -- [Skyhook ATM](http://projectskyhook.com) -- [Coinbase Multisig tool](https://github.com/coinbase/multisig-tool) - - ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md).