@abcpros/xpicash

Lotus cash bike-shed

Usage no npm install needed!

<script type="module">
  import abcprosXpicash from 'https://cdn.skypack.dev/@abcpros/xpicash';
</script>

README

:warning: IMPORTANT: This repository is not currently being actively maintained.

It has not been updated for compatibility with the May 15 2019 Bitcoin Cash hard fork. Although SPV mode and other non-full-consensus modules in this library may still operate correctly, use at your own risk. Forks of this repository may exist that have been adapted to the latest network upgrade, but those changes will not have been reviewed by bcoin organization members.

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: https://bcoin.io/browser/

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.