bitcoingreenjs-lib-test

4.0.2 • Public • Published

BitcoinGreenJS (bitcoingreenjs-lib)

js-standard-style

A javascript Bitcoin Green library for node.js and browsers.

Released under the terms of the MIT LICENSE.

Should I use this in production?

If you are thinking of using the master branch of this library in production, stop. Master is not stable; it is our development branch, and only tagged releases may be classified as stable.

Can I trust this code?

Don't trust. Verify.

We recommend every user of this library and the bitcoingreen ecosystem audit and verify any underlying code for its validity and suitability.

Mistakes and bugs happen, but with your help in resolving and reporting issues, together we can produce open source software that is:

  • Easy to audit and verify,
  • Tested, with test coverage >95%,
  • Advanced and feature rich,
  • Standardized, using standard and Node Buffer's throughout, and
  • Friendly, with a strong and helpful community, ready to answer questions.

Documentation

Presently, we do not have any formal documentation other than our examples, please ask for help if our examples aren't enough to guide you.

Usage

Browser

The recommended method of using bitcoingreenjs-lib in your browser is through Browserify. If you're familiar with how to use browserify, ignore this and carry on, otherwise, it is recommended to read the tutorial at http://browserify.org/.

NOTE: We use Node Maintenance LTS features, if you need strict ES5, use --transform babelify in conjunction with your browserify step (using an es2015 preset).

NOTE: If you expect this library to run on an iOS 10 device, ensure that you are using buffer@5.0.5 or greater.

Contributing

See CONTRIBUTING.md.

Running the test suite

npm test
npm run-script coverage

LICENSE MIT

Package Sidebar

Install

npm i bitcoingreenjs-lib-test

Weekly Downloads

0

Version

4.0.2

License

MIT

Unpacked Size

115 kB

Total Files

49

Last publish

Collaborators

  • oleg-norestlabs