OverviewΒΆ
EVM-Lite JS provides serveral modules to interact with an EVM-Lite or Monet nodes.
The current list of modules:
evm-lite-core- Core module to interact with an EVM-Lite nodeevm-lite-keystore- Keystore management for applicationsevm-lite-datadir- Data directory management for applicationsevm-lite-utils- An aggregate of utility functions used by EVM-Lite JS modulesevm-lite-consensus- Our consensus clients as well as anIAbstractConsensusclassevm-lite-client- A simple HTTP client for EVM-Lite
The following documentation will guide you through installing and running EVM-Lite JS, as well as providing API documentation with examples.
Will also include type definitions for parameters and returns.