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., Karlsencore library provides primitives for interfacing with the Karlsen network.
git clone https://github.com/karlsen-network/node-karlsen-core-lib
Adding Karlsencore to your app's package.json
:
"dependencies": {
"karlsen/karlsencore-lib": "*"
}
Karlsencore library provides primitives such as Transaction and UTXO data structures customized for use with the next-generation high-performance Karlsen network.
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 build a karlsencore-lib full bundle for the browser:
gulp browser
This will generate files named karlsencore-lib.js
and
karlsencore-lib.min.js
.
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.
Karlsencore - Copyright 2023 Karlsen Developers.