Merge pull request #988 from yemel/submodules-list
Add submodule list on README
This commit is contained in:
commit
b547993e35
12
README.md
12
README.md
@ -40,6 +40,18 @@ The complete docs are hosted here: [bitcore documentation](http://bitcore.io/gui
|
|||||||
|
|
||||||
To get community assistance and ask for help with implementation questions, please use our [community forums](http://bitpaylabs.com/c/bitcore).
|
To get community assistance and ask for help with implementation questions, please use our [community forums](http://bitpaylabs.com/c/bitcore).
|
||||||
|
|
||||||
|
## Modules
|
||||||
|
This module provides bitcoin's core features. Other features and protocol extensions are built into separate modules. Below a list of official bitcore submodules:
|
||||||
|
|
||||||
|
Module | Version | Building | Coverage
|
||||||
|
-------|---------|----------|---------
|
||||||
|
[bitcore-payment-protocol](http://github.com/bitpay/bitcore-payment-protocol) | [](https://www.npmjs.org/package/bitcore-payment-protocol) | [](https://travis-ci.org/bitpay/bitcore-payment-protocol) | [](https://coveralls.io/r/bitpay/bitcore-payment-protocol)
|
||||||
|
[bitcore-p2p](http://github.com/bitpay/bitcore-p2p) | [](https://www.npmjs.org/package/bitcore-p2p) | [](https://travis-ci.org/bitpay/bitcore-p2p) | [](https://coveralls.io/r/bitpay/bitcore-p2p?branch=master)
|
||||||
|
[bitcore-mnemonic](http://github.com/bitpay/bitcore-mnemonic) | [](https://www.npmjs.org/package/bitcore-mnemonic) | [](https://travis-ci.org/bitpay/bitcore-mnemonic) | [](https://coveralls.io/r/bitpay/bitcore-mnemonic)
|
||||||
|
[bitcore-ecies](http://github.com/bitpay/bitcore-ecies) | [](https://www.npmjs.org/package/bitcore-ecies) | [](https://travis-ci.org/bitpay/bitcore-ecies) | [](https://coveralls.io/r/bitpay/bitcore-ecies)
|
||||||
|
[bitcore-channel](http://github.com/bitpay/bitcore-channel) | [](https://www.npmjs.org/package/bitcore-channel) | [](https://travis-ci.org/bitpay/bitcore-channel) | [](https://coveralls.io/r/bitpay/bitcore-channel)
|
||||||
|
[bitcore-explorers](http://github.com/bitpay/bitcore-explorers) | [](https://www.npmjs.org/package/bitcore-explorers) | [](https://travis-ci.org/bitpay/bitcore-explorers) | [](https://coveralls.io/r/bitpay/bitcore-explorers)
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
We're using Bitcore in production, as are [many others](http://bitcore.io#projects), but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.
|
We're using Bitcore in production, as are [many others](http://bitcore.io#projects), but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user