Skip to content

braydonf/btcjs

 
 

Repository files navigation

btcjs

A pure and powerful JavaScript Bitcoin library.

Development & Tests

git clone https://github.com/braydonf/btcjs
cd btcjs
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.

Building the Browser Bundle

To build a btcjs full bundle for the browser:

gulp browser

This will generate files named btc.js and btc.min.js.

License

Code released under the MIT license.

Copyright 2017 Braydon Fuller

Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

About

A pure and powerful JavaScript Bitcoin library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%