Skip to main content

Python API for libtonlibjson (Telegram Open Network Light Client)

Project description

pyTON

Python API for libtonlibjson (Telegram Open Network Light Client). This project is loosely based on formony ton_client

Installation

This client works with Python 3.7 only.

Prerequisites:

  • Pipfile

  • pyTON is been shipped with prebuilt fullnode's client library for Ubuntu Xenial & latest macOS. In case of incompatibility with your distro it's needed to build TON fullnode's libtonlibjson.so / libtonlibjson.dylib depends on archtecture. Check here for fullnode's build instructions. Don't forget to copy library file to pyTON/distlib/linux/libtonlibjson.so or pyTON/distlib/darwin/libtonlibjson.dylib

Install using pip

pip3 install pyTON

Running as a webserver

python3 -m pyTON

Options:

  1. --port - default 8000 - webserver port
  2. --getmethods - default False - allow runGetMethod endpoint. Note, that generally it is unsafe to allow arbitrary method executions since maliciously constructed getMethod may crash liteclient.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyTON-0.1.2.tar.gz (4.4 MB view hashes)

Uploaded Source

Built Distribution

pyTON-0.1.2-py3-none-any.whl (4.5 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page