๐Ÿ“ฆ Tonutils

April 7, 2026 ยท View on GitHub

TON Python Versions PyPI License Donate

Image

Downloads Downloads Downloads

Python SDK for TON Blockchain

Wallets, transfers, smart contracts, and on-chain tools via lite servers (ADNL) and HTTP API providers.

Features

  • Providers โ€” blockchain access via lite servers (ADNL) and HTTP APIs
  • Wallets โ€” create, import, and deploy all standard wallet versions
  • Transfers โ€” TON, jettons, NFTs, batch, gasless, and encrypted
  • Contracts โ€” deploy, mint, and manage on-chain contracts
  • Tools โ€” lite server and DHT monitoring, block scanning

Support this project โ€” TON: donate.ness.ton
UQCZq3_Vd21-4y4m7Wc-ej9NFOhh_qvdfAkAYAOHoQ__Ness

Installation

pip install tonutils

Examples

Transfers

Jetton

NFT

DNS

CLI

tonutils -v                # show version
tonutils status ls         # monitor lite servers
tonutils status dht        # monitor DHT nodes
OptionCommandsDescription
-n, --networkls dhtmainnet (default) or testnet
-c, --configls dhtPath or URL to network config
-r, --rpslsRequests per second (default: 100)
--retrylsEnable ADNL retry policy

License

This repository is distributed under the MIT License.