ETHHelper
ETHHelper copied to clipboard
Asynchronous Geth node connection encapsulation based on httpx, websockets and web3.py. Geth node and Ethereum type extension based on pydantic.
ETHHelper
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
Usage
pypi
If you prefer to use pypi to install this package, you can just run the following command:
pip install ethhelper
git
The 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://[email protected]:XiaoHuiHui233/ETHHelper.git
Build
You can use poetry's tools to generate a build of this project (pure Python).
The command is as follow:
poetry build
Author and License
ETHHelper was written by XiaoHuiHui233, licensed under the Apache 2.0.