Welcome to ETHHelper’s documentation!
Introduction
ETHHelper is a Python library for asynchronously interacting with Ethereum Geth node.
It wraps some asynchronous implementations of the HTTP interface of some namespaces of Geth nodes.
It forwards the asynchronous Ethereum JSON-RPC HTTP interface implemented by Web3.py.
It implements websockets subscription of asynchronous Geth nodes and encapsulates basic block subscription capabilities.
It provides more Ethereum types and uses pydantic for automatic (de)serialization.
Getting Started
Your next steps depend on where you’re standing:
Unfamiliar with Ethereum? → ethereum.org
Looking for Ethereum Python tutorials? → ethereum.org/python
Ready to code? → Quickstart
Read the source? → Github
Table of Contents
Intro