bitcore-lib-jincash

0.15.6 • Public • Published

Jincashcore Library

NPM Package Build Status Coverage Status

A pure and powerful JavaScript Jincash library.

Principles

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

Get Started

NodeJS

npm install bitcore-lib-jincash

Browser

See the section below to generate your own bundle, or download the pre-generated minified file

Docs

Examples

Some examples can be found here, below is a list of direct links for some of them.

Modules

Some functionality is implemented as a module that can be installed separately:

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

npm run build

This will generate files named bitcore-lib-jincash.js and bitcore-lib-jincash.min.js in the dist/ folder.

Usage on Browser

<script src='./dist/bitcore-lib-jincash.min.js' type="text/javascript"></script>
<script>
  const PrivateKey = bitcore.PrivateKey;
  const privateKey = new PrivateKey();
  const address = privateKey.toAddress().toString();
</script>

Development & Tests

git clone https://github.com/Jincash/bitcore-lib-jincash
cd bitcore-lib-jincash
npm install

Run all the tests:

npm test

You can also run just the Node.js tests with npm run test:node, just the browser tests with npm run test:browser or run a test coverage report with npm run coverage.

License

Code released under the MIT license.

Copyright 2013-2017 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Copyright 2016-2017 The Jincash Foundation, Inc.
Copyright 2017-2018 Jincash Core Group, Inc.

Package Sidebar

Install

npm i bitcore-lib-jincash

Weekly Downloads

0

Version

0.15.6

License

MIT

Unpacked Size

5.88 MB

Total Files

149

Last publish

Collaborators

  • jincash