Get Mystery Box with random crypto!

Viewst Creative Ad Builder viewst.com (with me as the develope | TON technical overview

Viewst Creative Ad Builder viewst.com (with me as the developer) released pyTON: python wrapper for tonlibjson. https://github.com/viewst/pyTON
There are functions for getting account states, transactions, sending messages to blockchain, and running getmethods.
Also, there is embedded webserver, and now you can run your own local analog ton.sh or toncenter.com via two commands:
pip3 install pyTON && python3 -m pyTON
(python 3.7+ is required)
While we keep web server API close to presented on ton.sh, our service is more functional. For instance, there are no limits for requested transactions, and it is possible to request all transactions which happened after the known one. Also, you may send BOC's to network both as serialized cell and in object format: {"data": {"b64": "...", "len": int }, "refs": [...subcells...]}. It is also possible to turn on API for running getMethods (although we do not recommend to open this API for public servers since it is possible to crash liteclient by maliciously constructed getMethod).