commit
eacf331db1
15
README.md
15
README.md
|
@ -46,13 +46,18 @@ Bitcore is still under heavy development and not quite ready for "drop-in" produ
|
||||||
#Contributing
|
#Contributing
|
||||||
Bitcore needs some developer love. Please send pull requests for bug fixes, code optimization, and ideas for improvement.
|
Bitcore needs some developer love. Please send pull requests for bug fixes, code optimization, and ideas for improvement.
|
||||||
|
|
||||||
# install bitcore
|
Work to enable Bitcore for use in the browser is ongoing. To build bitcore for the browser:
|
||||||
cd bitcore/
|
```
|
||||||
npm install
|
|
||||||
|
|
||||||
# build browser version
|
|
||||||
npm install -g grunt-cli
|
npm install -g grunt-cli
|
||||||
grunt browserify
|
grunt browserify
|
||||||
|
```
|
||||||
|
|
||||||
|
#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.
|
||||||
|
|
||||||
|
|
||||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
[](https://bitdeli.com/free "Bitdeli Badge")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue