Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.18 KB

JS Logo

EVM-Lite JS Modules

License: MIT

Javascript modules to interact with an EVM-Lite or a Monet node.

Table of Contents

  1. Installation
  2. Docs
  3. Developers

Installation

There are currently 6 modules to interact with an EVM-Lite.

You can install each one of them depending on the requirements of your project

npm install evm-lite-core

or with yarn

yarn add evm-lite-core

Documentation

See documentation here.

Developers

See developers docs here.