Interface to the bitcoin P2P network for bitcore
Go to file
2014-12-25 22:41:39 -03:00
lib Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
test Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
.gitignore Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
.jsdoc.conf Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
.jshintrc Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
.travis.yml Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
CONTRIBUTING.md Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
gulpfile.js Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
index.js Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
karma.conf.js Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
LICENSE Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
package.json Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00
README.md Initial commit for bitcore-p2p 2014-12-25 22:41:39 -03:00

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.json
  • package.json
  • index.js
  • Add your code in the lib folder
  • Your tests should be runnable through npm test. By default, the included package.json links to gulp test, which runs all the files in the test folder with both mocha and karma.
  • Edit gulpfile.js appropriately (in particular, the built files).
  • Run npm shrinkwrap to 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.