This commit is contained in:
Thomas Kerin 2015-10-27 13:20:01 +00:00
parent aed63574e8
commit 5345fea2d4
No known key found for this signature in database
GPG Key ID: 0883651DBDD5E4E5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ transaction.sign(privateKey);
- [Lib](https://github.com/bitpay/bitcore-lib) - All of the core Bitcoin primatives including transactions, private key management and others
- [Payment Protocol](https://github.com/bitpay/bitcore-payment-protocol) - A protocol for communication between a merchant and customer
- [P2P](https://github.com/bitpay/bitcore-p2p) - The peer-to-peer networking protocot
- [P2P](https://github.com/bitpay/bitcore-p2p) - The peer-to-peer networking protocol
- [Mnemonic](https://github.com/bitpay/bitcore-mnemonic) - Implements mnemonic code for generating deterministic keys
- [Channel](https://github.com/bitpay/bitcore-channel) - Micropayment channels for rapidly adjusting bitcoin transactions
- [Message](https://github.com/bitpay/bitcore-message) - Bitcoin message verification and signing