Skip to content

spectre-project/spectre-core-lib

Repository files navigation

JavaScript Data Primitives Library for Spectre

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

Get Started

git clone https://github.com/spectre-project/spectre-core-lib

Adding Spectrecore to your app's package.json:

"dependencies": {
    "@spectre/core-lib": "*"
}

Spectre adaptation

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

gulp browser

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

Spectrecore - Copyright 2024 Spectre.

About

Data structure primitives for Spectre Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published