pyk / milapy

Simple Python 3 interface designed for Ethereum and various EVM-based chains

Home Page:https://milapy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

milapy

milapy is an extensible Python 3 interface designed for Ethereum and various EVM-based chains. It offers a command-line interface, supports multiple chains, and provides synchronous and asynchronous APIs.

Getting started

Install milapy using pip:

pip install milapy

Now, let's get started:

>>> from milapy import Chain
>>> mainnet = Chain(id=1)
>>> mainnet.get_block_number()
18719286

Acknowledgements

milapy were inspired by or directly modified from many sources, primarily:

About

Simple Python 3 interface designed for Ethereum and various EVM-based chains

https://milapy.dev


Languages

Language:Python 100.0%