@slyvex/core-lib
v1.0.0
Published
JavaScript Slyvex library.
Readme
JavaScript Data Primitives Library for Slyvex
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., Slyvexcore library provides primitives for interfacing with the Slyvex network.
Get Started
git clone https://github.com/slyvex-core/node-slyvex-core-libAdding Slyvexcore to your app's package.json:
"dependencies": {
"slyvex/slyvexcore-lib": "*"
}Slyvex adaptation
Slyvexcore library provides primitives such as Transaction and UTXO data structures customized for use with the next-generation high-performance Slyvex 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 slyvexcore-lib full bundle for the browser:
gulp browserThis will generate files named slyvexcore-lib.js and
slyvexcore-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.
Slyvex - Copyright 2025 Slyvex Developers.
