A Python SDK for interacting with the TON Blockchain, providing client, wallet, and contract utilities. Current version 0.1.43, under active development with frequent releases.
pip install pytoniqNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a TON client and fetch masterchain info. Set TON_API_KEY environment variable.
Use TonClient(api_key='...') instead of TonClient('...')Use create_wallet(client, ...) from pytoniq.wallet
Check for key existence: result.get('ok', False)