Skip to content
forked from Gosunov/agton

TON Blockchain SDK, and high-quality wrappers for popular contracts

Notifications You must be signed in to change notification settings

gradosphera/agton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • agton with core features
  • agton-wallet with wallets wrapper (currently only V3R2 is implemeted)
  • agton-jetton with jetton wrappers TEP-74
  • agton-dedust with 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

Optional packages examples

About

TON Blockchain SDK, and high-quality wrappers for popular contracts

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%