From 4332c9e3d41a086b4a8768c3c1c750da374ab309 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 27 May 2014 13:10:58 +1000 Subject: [PATCH] README: improve feature list --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 081c5cd..6cd41ef 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ This is not the original bitcoinjs-lib that was not updated for a long time. ## Features -- Bitcoin Testnet and Mainnet (production) support -- [HD Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) +- Default's to the Bitcoin network, however testnet, Dogecoin and Litecoin are all supported natively. +- [HD Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki). - Random private key generation that uses [window.crypto.getRandomValues](https://developer.mozilla.org/en-US/docs/Web/API/Window.crypto) in the underlying implementation. -- ECDSA signing and verification -- Standard Transaction creation (pay-to-pubkey-hash), support for multisignature transactions -- A (somewhat incomplete) wallet implementation, improvements ongoing +- ECDSA signing and verification. +- Standard transaction creation, with support for PubKeyHash, ScriptHash, MultiSig and PubKey scripts, and +- A (somewhat incomplete) wallet implementation, with improvements ongoing. ## Installation