@ -44,7 +44,7 @@ If you find a security issue, please email security@bitpay.com.
## Contributing
## Contributing
Please send pull requests for bug fixes, code optimization, and ideas for improvement.
Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our [CONTRIBUTING](https://github.com/bitpay/bitcore/blob/master/CONTRIBUTING.md) file.
## Building the Browser Bundle
## Building the Browser Bundle
@ -64,19 +64,19 @@ Run all the tests:
gulp test
gulp test
```
```
Run the tests with mocha:
Run the NodeJS tests with mocha:
```sh
```sh
gulp test:node
gulp test:node
```
```
Run the tests with karma (uses firefox and chrome):
Run the browser tests with karma:
```sh
```sh
gulp test:browser
gulp test:browser
```
```
Create a coverage report (you can open `coverage/lcov-report/index.html` to visualize it):
Create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it):
```sh
```sh
gulp coverage
gulp coverage
@ -86,4 +86,4 @@ gulp coverage
Code released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).
Code released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).
Copyright 2013-2014 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.