Socket
Socket
Sign inDemoInstall

bitcoincashjs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoincashjs

A simple, safe, and powerful JavaScript Bitcoin Cash library.


Version published
Weekly downloads
386
decreased by-31.92%
Maintainers
1
Weekly downloads
 
Created
Source

BitcoinCash.js

NPM Package Build Status Coverage Status

NPM Stats

A simple, safe, and powerful JavaScript Bitcoin Cash library.

Bitcoin Cash

Bitcoin Cash is the continuation of the Bitcoin project as peer-to-peer electronic cash for the Internet.

Bitcoin Cash uses a different SigHash for transaction signatures. The implementation in BitcoinCash.js has been tested agains the original Bitcoin Cash test vectors (see sighash.json in /test). Modifications in script evaluation have not yet been implemented.

Get Started

npm install --save bitcoincashjs
bower install bitcoincashjs

Documentation

The complete docs are hosted here: BitcoinCash.js documentation.

Examples

Security

BitcoinCash.js is built upon Bitcore, which is used in production at Bitpay and many other projects.

If you find a security issue, please email bitcoincashjs@tuta.io.

Contributing

Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our CONTRIBUTING file.

Development & Tests

git clone https://github.com/bitcoincashjs/bitcoincashjs
cd bitcoincashjs
npm install

Run all the tests:

gulp test:node
gulp test:karma

License

Code released under the MIT license.

Keywords

FAQs

Package last updated on 02 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc