Skip to content

kazmight/Tea-Sepolia-Auto-TX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

46 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Tea Sepolia Testnet

Banner Version License

Script otomatis untuk berinteraksi dengan jaringan EVM Tea Sepolia Testnet. Dibuat oleh INVICTUS LABS.

๐ŸŒŸ Fitur Utama

  • ๐Ÿš€ Auto Send Native - Mengirim aset native ke alamat acak di block explorer terakhir
  • ๐Ÿ“œ Auto Deploy Contract - Melakukan deploy kontrak cerdas
  • ๐Ÿค– Auto Interaction Contract - Berinteraksi dengan kontrak yang sudah terdeploy
  • ๐Ÿ’ฐ Auto Send Token - Mengirim token spesifik ke alamat acak block explorer terakhir
  • ๐ŸŽจ Colorful Output - Status transaksi dengan warna (hijau/kuning/merah)

๐Ÿ› ๏ธ Persyaratan

  • Python 3.8+
  • Library Web3.py
  • Koneksi internet
  • File privatekey.txt berisi private key (satu key per baris)

โš™๏ธ Instalasi

  1. Install Python 3.10 :
    sudo apt update && sudo apt upgrade -y
    sudo apt install software-properties-common -y
    sudo add-apt-repository ppa:deadsnakes/ppa -y
    sudo apt update
    sudo apt install python3.10 python3.10-venv python3.10-dev -y
    
  2. Install Requirements :
    pip install requests
    pip install web3==6.20.1
    
  3. Execution Script :
    python3 Autotransaction.py
    or 
    python Autotransaction.py
    

Input Prompts:

Min Send Amount (e.g., 0.001)

Max Send Amount (e.g., 0.01)

Token Address (Paste Contract Addrres token yang udah kalian deploy)

privatekey.txt (isi dengan privatekey kalian)

How Many Run Transaction (Isi berapa jumlah tx yang ingin di jalankan)

For Your Support Just Follow My Github Account. Thanksss Guys

About

TEA SEPOLIA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages