Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disintar/tonpy
Types / API for TON blockchain
https://github.com/disintar/tonpy
blockchain python3 ton
Last synced: about 1 month ago
JSON representation
Types / API for TON blockchain
- Host: GitHub
- URL: https://github.com/disintar/tonpy
- Owner: disintar
- License: apache-2.0
- Created: 2023-07-03T10:38:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T19:17:01.000Z (8 months ago)
- Last Synced: 2024-04-22T01:21:01.254Z (8 months ago)
- Topics: blockchain, python3, ton
- Language: Python
- Homepage: https://tonpy.dton.io
- Size: 6.31 MB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ton - disintar/tonpy - Python SDK with full TLB support, Emulator, and TVM. (🧑💻 Get Coding / Libraries)
README
[telegram-tondev-url]: https://t.me/tondev_eng
[ton-svg]: https://img.shields.io/badge/Based%20on-TON-blue
[telegram-tondev-badge]: https://img.shields.io/badge/chat-TONDev-2CA5E0?logo=telegram&logoColor=white&style=flat
[ton]: https://ton.org[![Based on TON][ton-svg]][ton]
![Python version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue)
![Supported OS](https://img.shields.io/badge/os-Linux%20%7C%20MacOS%20%7C%20Windows-green)
![Supported arch](https://img.shields.io/badge/arch-arm64%20%7C%20x86_64-purple)
[![Telegram Community Chat][telegram-tondev-badge]][telegram-tondev-url]
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![PyPI version](https://badge.fury.io/py/tonpy.svg)](https://pypi.org/project/tonpy/)# tonpy: powerful Python TON toolkit
## What is it?
**tonpy** is a Python package that provides data structures and API to interact
with [TON blockchain](https://github.com/ton-blockchain/ton). Tonpy is separate for two
packages: [C++ bindings](https://github.com/disintar/ton/tree/master/tvm-python)
and [main package](https://github.com/disintar/tonpy)
that [takes](https://github.com/disintar/tonpy/tree/main/.github/workflows) pre-built binaries compiled
by [workflow](https://github.com/disintar/ton/tree/master/.github/workflows) and creates complete python package with
some python code on top of C++ bindings.## Installation
One command: `pip install tonpy`
Complex installation for not supported systems and python versions are described in [documentation](https://tonpy.dton.io/installation.html#development-setup-compile-from-sources)
## Documentation
Documentation can be found on [tonpy.dton.io](https://tonpy.dton.io)
## Donation
If you want to support our work, send any coins to:
`EQDfmsDtWQP5D_YkXX-XlULvs4HivRaKY38ftT2hS5yAANRf`
## License
Copyright (c) 2023 Disintar LLP Licensed under the Apache License