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
- Host: GitHub
- URL: https://github.com/mosaicnetworks/evm-lite-js
- Owner: mosaicnetworks
- License: mit
- Created: 2019-07-02T16:17:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T10:13:22.000Z (over 6 years ago)
- Last Synced: 2025-11-24T02:17:29.662Z (7 months ago)
- Topics: evm-lite, evm-lite-js, evm-lite-lib, monet
- Language: TypeScript
- Homepage:
- Size: 13.8 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# EVM-Lite JS Modules
[](https://evm-lite-js.readthedocs.io/en/latest/) [](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).