1.3.7 • Published 6 years ago
evm-lite-consensus v1.3.7
EVM-Lite Consensus
The consensus client implementations for EVM-Lite.
Installation
You can install this module using npm
npm install evm-lite-consensusor yarn
yarn add evm-lite-consensusDocumentation
See documentation here.
Developers
An AbstractConsensus class is exposed by this module to allow for other consensus algorithms to be used along side any of evm-lite-js modules.
See developers docs here.