Skip to content

stepanbux/ton-transfer-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Join our Telegram GitHub

README in English

Script for Sending Native Token on the TON Blockchain

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.

Requirements

  • Python 3.x
  • Installed and configured TON client (e.g., tonlib or any other suitable client)
  • Python libraries: requests, ton.

Installation

Full script here - https://t.me/hidden_coding

Usage

Full script here - https://t.me/hidden_coding

Configuration

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

License

This project is licensed under the MIT License.

README in Russian

Скрипт для отправки нативного токена в блокчейне TON

Этот скрипт предназначен для отправки нативного токена в блокчейне 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.