8000 GitHub - BTXexplorer/btxcore-lib: A pure and powerful JavaScript Ravencoin library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BTXexplorer/btxcore-lib

 
 

Repository files navigation

btxcore Library

A pure and powerful JavaScript bitcore library.

Principles

bitcore is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the bitcore network allows for highly resilient bitcore infrastructure, and the developer community needs reliable, open-source tools to implement bitcore apps and services.

Get Started

npm install btxcore-lib
bower install btxcore-lib

Examples

Security

We're using btxcore in production, but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.

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.

Building the Browser Bundle

To build a btxcore-lib full bundle for the browser:

gulp browser

This will generate files named btxcore-lib.js and btxcore-lib.min.js.

Development & Tests

git clone https://github.com/BTXexplorer/btxcore-lib
cd btxcore-lib
npm install

Run all the tests:

gulp test

You can also run just the Node.js tests with gulp test:node, just the browser tests with gulp test:browser or create a test coverage report (you can open coverage/lcov-report/index.html to visualize it) with gulp coverage.

License

Code released under the MIT license.

About

A pure and powerful JavaScript Ravencoin library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0