Browse Source

README: improve feature list

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
4332c9e3d4
  1. 10
      README.md

10
README.md

@ -21,12 +21,12 @@ This is not the original bitcoinjs-lib that was not updated for a long time.
## Features ## Features
- Bitcoin Testnet and Mainnet (production) support - 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) - [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. - 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 - ECDSA signing and verification.
- Standard Transaction creation (pay-to-pubkey-hash), support for multisignature transactions - Standard transaction creation, with support for PubKeyHash, ScriptHash, MultiSig and PubKey scripts, and
- A (somewhat incomplete) wallet implementation, improvements ongoing - A (somewhat incomplete) wallet implementation, with improvements ongoing.
## Installation ## Installation

Loading…
Cancel
Save