evmos

Python port of evmos.js - library to interact with Evmos blockchain


Keywords
blockchain, sdk, ethereum, evmos, python
License
Other
Install
pip install evmos==0.1.1

Documentation

PyPi Version Python Versions Read the Docs pre-commit Code style: black

Pyevmos - Python SDK to assist developers on Evmos chain.

Disclaimer: this package is not officialy maintained by Evmos affiliates. Read our documentation on ReadTheDocs.

This project is a direct python port of evmosjs library.

Installation

Install with pip:

pip install -U evmos

Install from source:

git clone https://github.com/sterliakov/pyevmos/
cd pyevmos
pip install .

Supported extras:

  • test: install test dependencies (pip install evmos[test])
  • dev: install development dependencies (pip install evmos[dev]) - currently pre-commit and compiler extension for betterproto.
  • docs: dependencies for building documentation (pip install evmos[docs])