evm-lite-consensus
v1.3.7
Published
[](https://badge.fury.io/js/evm-lite-consensus)
Readme
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.
