https://github.com/nessshon/tonutils
Tonutils is a high-level object-oriented library for Python designed to facilitate interactions with the TON blockchain.
https://github.com/nessshon/tonutils
ton
Last synced: 11 days ago
JSON representation
Tonutils is a high-level object-oriented library for Python designed to facilitate interactions with the TON blockchain.
- Host: GitHub
- URL: https://github.com/nessshon/tonutils
- Owner: nessshon
- License: mit
- Created: 2024-07-28T15:25:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T23:11:44.000Z (about 1 year ago)
- Last Synced: 2025-02-06T00:20:05.242Z (about 1 year ago)
- Topics: ton
- Language: Python
- Homepage:
- Size: 326 KB
- Stars: 84
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 Tonutils
[](https://ton.org)
[](https://pypi.python.org/pypi/tonutils)

[](LICENSE)




**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](https://tonapi.io) – REST API to the TON blockchain explorer.
* [toncenter.com](https://toncenter.com) – fast and reliable HTTP API for The Open Network.
* [quicknode.com](https://www.quicknode.com/) – low-latency HTTP API access to TON via global infrastructure.
* [tatum.io](https://tatum.io) – RPCs and APIs powering Web3. Fast, reliable, affordable.
* **Native ADNL**
* [pytoniq](https://github.com/yungwine/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.
## Installation
```bash
pip install tonutils
```
To use `pytoniq` with Native ADNL connection, install it with the optional dependencies, including
the [pytoniq](https://github.com/yungwine/pytoniq) library:
```bash
pip install 'tonutils[pytoniq]'
```
## Documentation
Find all guides and references here:
[nessshon.github.io/tonutils](https://nessshon.github.io/tonutils/)
## Contribution
We welcome your contributions! If you have ideas for improvement or have identified a bug, please create an issue or
submit a pull request.
## Donations
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)**
`TDHMG7JRkmJBDD1qd4bNhdfoy2uzVd8ixA`
#### Donate via Bots
You can also donate conveniently using these bots:
- **Crypto Bot**
[Donate through Crypto Bot](https://t.me/send?start=IVW1cyG3DYqG)
- **xRocket Bot**
[Donate through xRocket](https://t.me/xrocket?start=inv_R4llrClZtPjovVe)
## Support
Supported by [TON Society](https://github.com/ton-society/grants-and-bounties), Grants and Bounties program.\
With special thanks to [Igroman787](https://github.com/Igroman787) for the support.
## License
This repository is distributed under the [MIT License](LICENSE).
Feel free to use, modify, and distribute the code in accordance with the terms of the license.