0.0.18-alpha.0 • Published 5 years ago

@pascalcoin-sbx/common v0.0.18-alpha.0

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

PascalCoin Common library

A sub package of sbx

This is the core library of for the SBX family that contains common functionality related to the PascalCoin BlockChain project.

Installation

npm install @pascalcoin-sbx/common

Usage

This library consists of low level objects used in all other libraries. Please check the tests for proper usage beyond this documentation.

BC (ByteCollection)

A wrapper around Buffer to work with byte arrays.