Skip to content

πŸ€– TeaSwap Telegram Bot (Test Version) This Telegram bot integrates the Tea Assam Testnet Module with a chat-based interface, allowing users to swap TEA tokens directly through Telegram. Ideal for testing, demonstration, and automating swap interactions on the Assam Testnet with a simple user experience. 🎯 Key Features πŸ” Swap TEA ↔ Smart Contrac

Notifications You must be signed in to change notification settings

diter89/teaswap-bot-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

photo_2025-03-05_21-01-11 photo_2025-03-05_21-01-06

Script Requirements

Before running the script, make sure you have installed the following dependencies:

1. Web3 Installation

This script requires Web3 version 7.8.0. Install it using:

pip3 install web3==7.8.0
pip3 install aiogram==3.18.0

.env

export TELEGRAM_BOT_TOKEN="........."
export PRIVATE_KEY="......"
export USER_ADDRESS="......"
export CONTRACT_ADDRESS="........"  # Opsional
export GAS_PRICE="1000"              # Opsional
export AMOUNT="1"                    # Opsional

About

πŸ€– TeaSwap Telegram Bot (Test Version) This Telegram bot integrates the Tea Assam Testnet Module with a chat-based interface, allowing users to swap TEA tokens directly through Telegram. Ideal for testing, demonstration, and automating swap interactions on the Assam Testnet with a simple user experience. 🎯 Key Features πŸ” Swap TEA ↔ Smart Contrac

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages