Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 882 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 882 Bytes

evm-light-client

NPM Package GitHub release (latest SemVer) Node.js CI GitHub

EVM-compatible on-chain light client for LazyLedger consensus

Building

Install dependencies:

npm install

Build:

npm run build

Test:

npm run test

Code coverage:

npm run coverage