This script is designed to send the native token on the TON blockchain. It allows you to perform transactions by sending tokens from one address to another.
- Python 3.x
- Installed and configured TON client (e.g.,
tonlib
or any other suitable client) - Python libraries:
requests
,ton
.
Full script here - https://t.me/hidden_coding
Full script here - https://t.me/hidden_coding
SENDER_ADDRESS
: Sender's address on the TON blockchain.SENDER_SEED_PHRASE
: Sender's seed phrase.AMOUNT
: The amount to send in native TON tokens.API_KEY
: User API key.
This project is licensed under the MIT License.
Этот скрипт предназначен для отправки нативного токена в блокчейне TON. Он позволяет осуществлять транзакции, отправляя токены с одного адреса на другой.
- Python 3.x
- Установленный и настроенный клиент TON (например,
tonlib
или любой другой подходящий клиент) - Библиотеки Python:
requests
,ton
.
Полный скрипт тут - https://t.me/hidden_coding
Полный скрипт тут - https://t.me/hidden_coding
SENDER_ADDRESS
: Адрес отправителя в блокчейне TON.SENDER_SEED_PHRASE
: Сид фраза отправителя.AMOUNT
: Сумма для отправки в нативных токенах TON.API_KEY
: Ваш API ключ.
Этот проект распространяется под лицензией MIT.