Tonutils is a high-level, object-oriented Python library designed to simplify interactions with the TON blockchain. It seamlessly integrates several prominent services for working with TON:
-
RPC API
- tonapi.io – REST API to the TON blockchain explorer.
- toncenter.com – fast and reliable HTTP API for The Open Network.
- quicknode.com – low-latency HTTP API access to TON via global infrastructure.
- tatum.io – RPCs and APIs powering Web3. Fast, reliable, affordable.
-
Native ADNL
- pytoniq – library for direct interaction with Lite servers.
By combining these services, Tonutils provides a powerful and flexible toolset for developers, making it easier to build on top of the TON ecosystem.
pip install tonutils
To use pytoniq
with Native ADNL connection, install it with the optional dependencies, including
the pytoniq library:
pip install 'tonutils[pytoniq]'
Find all guides and references here:
nessshon.github.io/tonutils
We welcome your contributions! If you have ideas for improvement or have identified a bug, please create an issue or submit a pull request.
Your donation supports the future of this project. Every contribution helps stimulate innovation and sustain development!
-
TON
UQCZq3_Vd21-4y4m7Wc-ej9NFOhh_qvdfAkAYAOHoQ__Ness
-
BTC
1FKJDBSxdtsMad84iYY96zLJBVEChehbx1
-
USDT (TRC-20)
TGKmm9H3FApFw8xcgRcZDHSku68vozAjo9
You can also donate conveniently using these bots:
-
Crypto Bot
Donate through Crypto Bot -
xRocket Bot
Donate through xRocket
Supported by TON Society, Grants and Bounties program.
With special thanks to Igroman787 for the support.
This repository is distributed under the MIT License. Feel free to use, modify, and distribute the code in accordance with the terms of the license.