Asynchronous Geth node connection encapsulation based on httpx, websockets and web3.py. Geth node and Ethereum type extension based on pydantic.
Quickstart see this.
中文 | English
If you prefer to use pypi to install this package, you can just run the following command:
pip install ethhelperThe project is managed by poetry. If you prefer to use git to install this package, you can use poetry to directly add a reference to the project's build package through git.
The command is as follow:
poetry add git+ssh://git@github.com:XiaoHuiHui233/ETHHelper.gitYou can use poetry's tools to generate a build of this project (pure Python).
The command is as follow:
poetry buildETHHelper was written by XiaoHuiHui233, licensed under the Apache 2.0.