Browse Source

Update README.md

master
Matias Alejo Garcia 8 years ago
committed by GitHub
parent
commit
5feb9e547c
  1. 11
      README.md

11
README.md

@ -1,7 +1,7 @@
Bitcore Library
=======
** Bitcoin CASH support version, please use with caution, this is will BETA **
** Bitcoin CASH support version, please use with caution, this is still BETA **
[![NPM Package](https://img.shields.io/npm/v/bitcore-lib.svg?style=flat-square)](https://www.npmjs.org/package/bitcore-lib)
[![Build Status](https://img.shields.io/travis/bitpay/bitcore-lib.svg?branch=master&style=flat-square)](https://travis-ci.org/bitpay/bitcore-lib)
@ -31,6 +31,15 @@ npm install bitcore-lib
bower install bitcore-lib
```
Adding Bitcore Cash to your app's `package.json`:
``` json
"dependencies": {
"bitcore-lib-cash": "git@github.com:bitpay/bitcore-lib.git#cash",
...
}
```
## Documentation
The complete docs are hosted here: [bitcore documentation](http://bitcore.io/guide/). There's also a [bitcore API reference](http://bitcore.io/api/) available generated from the JSDocs of the project, where you'll find low-level details on each bitcore utility.

Loading…
Cancel
Save