Skip to content

VIPSTARCOIN/VIPSTARCOIN-lib

Repository files navigation

VIPSTARCOIN Bitcore Library

A pure and powerful JavaScript VIPSTARCOIN library.

Get Started

npm install VIPSTARCOIN-lib
bower install VIPSTARCOIN-lib

Security

We're using VIPSTARCOIN-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 VIPSTARCOIN-lib full bundle for the browser:

gulp browser

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

Development & Tests

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published