JSPM

b2x-core-lib

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q48926F
  • License MIT

A pure and powerful JavaScript Segwit2x library.

Package Exports

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

Readme

b2x-core-lib Library

A pure and powerful JavaScript Segwit2X library.

Principles

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

Get Started

npm install b2x-core-lib
bower install b2x-core-lib

Documentation

The complete docs are hosted here: bitcore documentation. There's also a bitcore API reference available generated from the JSDocs of the project, where you'll find low-level details on each bitcore utility.

To get community assistance and ask for help with implementation questions, please use our community forums.

Examples

Development & Tests

git clone https://github.com/SegwitB2X/b2x-core-lib
cd b2x-core-lib
npm install

Run all the tests:

gulp test