Work in Progress: This SDK is under active development and has not yet been published to PyPI.
Python SDK for HyperStack - Real-time Solana program data streaming.
# Not yet published - install from source for development
pip install -e .- Python 3.9+
from hyperstack import HyperstackClient
# Initialize client
client = HyperstackClient()
# Connect and subscribe to program data
await client.connect()- Real-time WebSocket streaming
- Solana program state subscriptions
- Async/await support
MIT