https://github.com/aspectron/kaspa-core-lib
Data structure primitives for Kaspa network (based on Bitcore-lib)
https://github.com/aspectron/kaspa-core-lib
Last synced: 6 months ago
JSON representation
Data structure primitives for Kaspa network (based on Bitcore-lib)
- Host: GitHub
- URL: https://github.com/aspectron/kaspa-core-lib
- Owner: aspectron
- License: other
- Created: 2021-01-13T23:53:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T07:05:45.000Z (almost 2 years ago)
- Last Synced: 2025-11-18T06:17:20.296Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 875 KB
- Stars: 1
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaScript Data Primitives Library for Kaspa
=============================================
**PLEASE NOTE: This project is under heavy development and is not production ready**
Based on the popular [Bitcore library](https://github.com/bitpay/bitcore) developed by BitPay for the Bitcoin, Kaspacore library provides primitives for interfacing with the Kaspa network.
Get Started
-----------
```sh
git clone git@github.com:aspectron/kaspacore-lib
```
Adding Kaspacore to your app's `package.json`:
```json
"dependencies": {
"aspectron/kaspacore-lib": "*"
}
```
Kaspa adaptation
----------------
Kaspacore library provides primitives such as Transaction and UTXO data structures customized for use with the next-generation high-performance Kaspa network.
Documentation
-------------
The complete docs are hosted here: [bitcore documentation](https://github.com/bitpay/bitcore). There's also a [bitcore API reference](https://github.com/bitpay/bitcore/blob/master/packages/bitcore-node/docs/api-documentation.md) 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 kaspacore-lib full bundle for the browser:
```sh
gulp browser
```
This will generate files named `kaspacore-lib.js` and `kaspacore-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](https://github.com/bitpay/bitcore/blob/master/packages/bitcore-lib/CHANGELOG.md).
Contributing
------------
See [CONTRIBUTING.md](https://github.com/bitpay/bitcore/blob/master/Contributing.md) on the main bitcore repo for information about how to contribute.
License
-------
Code released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).
Bitcore - Copyright 2013-2019 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Kaspacore - Copyright 2020 ASPECTRON Inc.