JSPM

bcscore-lib

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q34294F
  • License MIT

A pure and powerful JavaScript BCS Chain library.

Package Exports

  • bcscore-lib

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bcscore-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

BCScore Library

A pure and powerful JavaScript BCS library.

Get Started

npm install bcscore-lib
bower install bcscore-lib

Security

We're using bcscore-lib 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.

Building the Browser Bundle

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

gulp browser

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

Development & Tests

git clone https://github.com/bcsproject/bcscore-lib
cd bcscore-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