An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 📦 Tonutils

[![TON](https://img.shields.io/badge/TON-grey?logo=TON&logoColor=40AEF0)](https://ton.org)
[![PyPI](https://img.shields.io/pypi/v/tonutils.svg?color=FFE873&labelColor=3776AB)](https://pypi.python.org/pypi/tonutils)
![Python Versions](https://img.shields.io/badge/Python-3.10%20--%203.12-black?color=FFE873&labelColor=3776AB)
[![License](https://img.shields.io/github/license/nessshon/tonutils)](LICENSE)

![Image](https://telegra.ph//file/068ea06087c9ce8c6bfed.jpg)

![Downloads](https://pepy.tech/badge/tonutils)
![Downloads](https://pepy.tech/badge/tonutils/month)
![Downloads](https://pepy.tech/badge/tonutils/week)

**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.