Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

hyperstack-sdk

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.

Installation

# Not yet published - install from source for development
pip install -e .

Requirements

  • Python 3.9+

Usage

from hyperstack import HyperstackClient

# Initialize client
client = HyperstackClient()

# Connect and subscribe to program data
await client.connect()

Features

  • Real-time WebSocket streaming
  • Solana program state subscriptions
  • Async/await support

License

MIT

Links