Javascript bitcoin library for node.js and browsers
Go to file
2019-05-24 17:58:25 -07:00
.circleci ci: use bslint. 2019-05-21 17:14:56 +04:00
bench pkg: upgrade deps. update ignore and rc files. 2019-05-19 18:42:07 +04:00
bin bin: fully deprecate bcoin cli 2019-02-21 10:12:31 -08:00
browser blockchain: remove coin cache 2019-03-21 15:15:51 -07:00
docs linter: cover docs/examples 2019-05-02 08:16:11 -07:00
etc blockchain: remove coin cache 2019-03-21 15:15:51 -07:00
lib test: add net packet, framer and common tests 2019-05-24 17:58:25 -07:00
migrate migrate: upgrade from chaindb 4 to 6 2019-05-15 12:11:37 -07:00
scripts deps: upgrade to bcrypto 2.0. upgrade other deps. 2018-09-29 14:38:53 -07:00
snap v1.0.0 2018-07-12 10:20:50 -07:00
test test: add net packet, framer and common tests 2019-05-24 17:58:25 -07:00
.editorconfig Add editorconfig rules 2016-10-05 12:49:39 -06:00
.eslintfiles linter: cover docs/examples 2019-05-02 08:16:11 -07:00
.eslintrc.json pkg: upgrade deps. update ignore and rc files. 2019-05-19 18:42:07 +04:00
.gitignore pkg: upgrade deps. update ignore and rc files. 2019-05-19 18:42:07 +04:00
.npmignore pkg: upgrade deps. update ignore and rc files. 2019-05-19 18:42:07 +04:00
CHANGELOG.md changelog: update and fix chain changes 2019-05-16 10:28:09 -07:00
jsdoc.json Move docs from wiki 2017-07-21 00:40:02 +04:00
LICENSE docs: get jsdoc compiling again. 2017-02-03 22:47:26 -08:00
package-lock.json pkg: dedupe. 2019-05-25 02:37:19 +04:00
package.json ci: switch to nyc. 2019-05-19 20:30:50 +04:00
README.md docs: formatting and consistency 2019-02-28 21:52:39 -08:00

Bcoin

Build Status Coverage Status

NOTE: The latest release of bcoin contains a non-backward compatible change to the rest API. Please read the changelog's "migrating" section for more details.


Bcoin is an alternative implementation of the bitcoin protocol, written in node.js.

Bcoin is well tested and aware of all known consensus rules. It is currently used in production as the consensus backend and wallet system for purse.io.

Uses

  • Full Node
  • SPV Node
  • Wallet Backend (bip44 derivation)
  • Mining Backend (getblocktemplate support)
  • Layer 2 Backend (lightning)
  • General Purpose Bitcoin Library

Try it in the browser: https://bcoin.io/browser/

Install

$ git clone git://github.com/bcoin-org/bcoin.git
$ cd bcoin
$ npm install
$ ./bin/bcoin

See the Getting started guide for more in-depth installation instructions, including verifying releases.

Documentation

Support

Join us on freenode in the #bcoin channel.

Disclaimer

Bcoin does not guarantee you against theft or lost funds due to bugs, mishaps, or your own incompetence. You and you alone are responsible for securing your money.

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work. </legalese>

License

  • Copyright (c) 2014-2015, Fedor Indutny (MIT License).
  • Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.