iopcore-lib

0.1.1 • Public • Published

Iopcore Library

A pure and powerful JavaScript IoP library.

Principles

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

Get Started

npm install iopcore-lib
bower install iopcore-lib

Examples

Security

If you find a security issue, please email hendryrodriguez1990@gmail.com.

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 iopcore-lib full bundle for the browser:

gulp browser

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

You can also use our pre-generated files, provided for each release along with a PGP signature by one of the project's maintainers. To get them, checkout a release commit (for example, https://github.com/hendry19901990/iopcore-lib/commit/e33b6e3ba6a1e5830a079e02d949fce69ea33546 for v0.12.6).

To verify signatures, use the following PGP keys:

Development & Tests

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

Copyright 2017 IoP, Inc. Iopcore is a trademark maintained by IoPCommunity, Inc.

Package Sidebar

Install

npm i iopcore-lib

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • hendry19901990