npm.io
1.3.7 • Published 6 years ago

evm-lite-consensus

Licence
MIT
Version
1.3.7
Deps
2
Size
12 kB
Vulns
1
Weekly
0
Stars
3

EVM-Lite Consensus

npm version

The consensus client implementations for EVM-Lite.

Installation

You can install this module using npm

npm install evm-lite-consensus

or yarn

yarn add evm-lite-consensus

Documentation

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.