Skip to content

Installation

The Python SDK is published as propamm, built on web3.py. It requires Python 3.10+.

bash
pip install propamm
bash
uv add propamm

The SDK is async — call it from within an asyncio event loop.