New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@quantumdag_/core-lib

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantumdag_/core-lib

JavaScript Qtm library.

latest
Source
npmnpm
Version
1.6.5
Version published
Maintainers
1
Created
Source

JavaScript Data Primitives Library for Qtm

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, Qtmcore library provides primitives for interfacing with the Qtm network.

Get Started

git clone git@github.com:quantumdag.net/qtmcore-lib

Adding Qtmcore to your app's package.json:

"dependencies": {
    "quantumdag.net/qtmcore-lib": "*"
}

Qtm adaptation

Qtmcore library provides primitives such as Transaction and UTXO data structures customized for use with the next-generation high-performance Qtm 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 qtmcore-lib full bundle for the browser:

gulp browser

This will generate files named qtmcore-lib.js and qtmcore-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 the releases.

Contributing

See CONTRIBUTING.md on the main bitcore repo for information about how to contribute.

License

Code released under the MIT license.

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

FAQs

Package last updated on 18 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts