@pascalcoin-sbx/common
v0.0.18-alpha.0
Published
Core basics for the PascalCoin BlockChain project.
Downloads
261
Maintainers
Readme
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.