JSPM

  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q77313F
  • License ISC

A pure and powerful JavaScript Bitcoin library.

Package Exports

  • @ducatus/ducatuscore-lib
  • @ducatus/ducatuscore-lib/index.js

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 (@ducatus/ducatuscore-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ducatuscore JavaScript Library for Ducatuscore

A pure and powerful JavaScript library for Ducatuscore.

Principles

Ducatuscore is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Ducatuscore network allows for highly resilient ducatuscore infrastructure, and the developer community needs reliable, open-source tools to implement ducatuscore apps and services. Ducatuscore JavaScript Library provides a reliable API for JavaScript apps that need to interface with Ducatuscore.

Get Started

Clone the Ducatuscore monorepo and npm install:

Building the Browser Bundle

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

gulp browser

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

Running Tests

npm 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.

Documentation

Addresses and Key Management

Payment Handling

Bitcoin Internals

Extra

Module Development

Modules

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

Examples

Security

We're using the Ducatuscore JavaScript Library in production, as are many others, but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.