Interface to the bitcoin P2P network for bitcore
| lib | ||
| test | ||
| .gitignore | ||
| .jsdoc.conf | ||
| .jshintrc | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| gulpfile.js | ||
| index.js | ||
| karma.conf.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
bitcore-scaffolding
bitcore-scaffolding is an empty repo with placeholders for future modules that extend the functionality of bitcore.
See the main bitcore repo for more information.
Overview
bitcore 0.9 will extend functionality through multiple repositories. This repo sets up a basic boilerplate structure.
Remember to change:
- This README.md file
bower.jsonpackage.jsonindex.js- Add your code in the
libfolder - Your tests should be runnable through
npm test. By default, the includedpackage.jsonlinks togulp test, which runs all the files in thetestfolder with bothmochaandkarma. - Edit gulpfile.js appropriately (in particular, the built files).
- Run
npm shrinkwrapto freeze the dependencies.
Contributing
See CONTRIBUTING.md on the main bitcore repo for information about how to contribute.
License
Code released under the MIT license.
Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.