Skip to content

mosaicnetworks/evm-lite-js

Repository files navigation

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.