Skip to content
forked from bcoin-org/bcash

Implementation of Bitcoin Cash protocol in node.js

License

Notifications You must be signed in to change notification settings

stjordanis/bcash

 
 

Repository files navigation

Bcash

CircleCi Status Coverage Status

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

Bcash is undergoing development and testing and is in alpha stage. Bcash is a fork of bcoin and has the same RPC API.

Uses

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

Try it in the browser: http://bcoin.io/browser.html

Install

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

See the Beginner's Guide for more in-depth installation instructions.

Documentation

Support

Join us on freenode in the #bcoin channel.

Disclaimer

Bcash 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).
  • Copyright (c) 2018, bcash developers.

See LICENSE for more info.

About

Implementation of Bitcoin Cash protocol in node.js

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%