An open API service indexing awesome lists of open source software.

https://github.com/mosaicnetworks/evm-lite-js

EVM-Lite Javascript client modules
https://github.com/mosaicnetworks/evm-lite-js

evm-lite evm-lite-js evm-lite-lib monet

Last synced: 5 months ago
JSON representation

EVM-Lite Javascript client modules

Awesome Lists containing this project

README

          

JS Logo

# EVM-Lite JS Modules

[![](https://readthedocs.org/projects/evm-lite-js/badge/?version=latest&style=flat)](https://evm-lite-js.readthedocs.io/en/latest/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Javascript modules to interact with an [EVM-Lite](https://github.com/mosaicnetworks/evm-lite) or a [Monet](https://github.com/mosaicnetworks/monetd) node.

## Table of Contents

1. [Installation](#installation)
1. [Docs](#documentation)
1. [Developers](#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

```bash
npm install evm-lite-core
```

or with `yarn`

```bash
yarn add evm-lite-core
```

## Documentation

See documentation [here](https://evm-lite-js.readthedocs.io/en/latest/).

## Developers

See developers docs [here](https://evm-lite-js.readthedocs.io/en/latest/developers.html).