@pugdag/core-lib
TypeScript icon, indicating that this package has built-in type declarations

1.6.9 • Public • Published

JavaScript Data Primitives Library for Pugdag

PLEASE NOTE: This project is under heavy development and is not production ready

Based on the popular Bitcore library developed by BitPay for the Bitcoin and Kaspacore developed by ASPECTRON Inc., Pugdagcore library provides primitives for interfacing with the Pugdag network.

Get Started

git clone https://github.com/pugdag-network/node-pugdag-core-lib

Adding Pugdagcore to your app's package.json:

"dependencies": {
    "pugdag/pugdagcore-lib": "*"
}

Pugdag adaptation

Pugdagcore library provides primitives such as Transaction and UTXO data structures customized for use with the next-generation high-performance Pugdag network.

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.

Building the Browser Bundle

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

gulp browser

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

License

Code released under the MIT license.

Bitcore - Copyright 2013-2019 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

Kaspacore - Copyright 2020 ASPECTRON Inc.

Pugdagcore - Copyright 2023 Pugdag Developers.

/@pugdag/core-lib/

    Package Sidebar

    Install

    npm i @pugdag/core-lib

    Weekly Downloads

    1

    Version

    1.6.9

    License

    MIT

    Unpacked Size

    428 kB

    Total Files

    53

    Last publish

    Collaborators

    • pugdag