Agton
TON Blockchain SDK, and high-quality wrappers for popular contracts
Install / Use
/learn @Gosunov/AgtonREADME
agton
Python 3.12+ TON Blockchain SDK intended for low level interacting with TON primitives but also giving ability to write high level contract wrappers
It is a package with namespace, currently there are following packages
agtonwith core featuresagton-walletwith wallets wrapper (currently only V3R2 is implemeted)agton-jettonwith jetton wrappers TEP-74agton-dedustwith DeDust SDK (currently incomplete)
Installation
Only core features
pip install agton
Or with selected optional dependencies
pip install agton[wallet,jetton]
Or with all optional dependencies
pip install agton[all]
Tour
Please see tour over core functionality
