@xyo-network/origin-chain
v0.55.9-alpha.0
Published
Utilities for managing an origin chain in the xyo network
Downloads
100
Keywords
Readme
Origin Chain
When nodes do bound-witnesses with one-another this results in an OriginBlock
. An ordered list of OriginBlocks
is called and OriginChain
in the XYO protocol.
This modules provides the basic interfaces and abstractions for OriginChain
management.
Install
Using yarn
yarn add @xyo-network/origin-chain
Using npm
npm install @xyo-network/origin-chain --save