Skip to content

tentwinkle/evmosjs

Repository files navigation

EvmosJS

Packages

This monorepo includes the following packages:

  • @evmos/address-converter: JS library for converting between ETH and evmos addresses.
  • @evmos/eip712: JS library for creation of EIP712 transactions.
  • @evmos/proto: JS library with Protobuf files used to generate cosmos/evmos transactions.
  • @evmos/provider: JS library to query the EVMOS rest api.
  • @evmos/transactions: JS library for constructing, signing, and sending transactions on the Evmos network
  • evmosjs: JS library containing all the other libraries.

For installation guide and examples, check the evmosjs readme file.