Access EVVM blockchain from Telegram via simple text commands
The EVVM Telegram Bot is a Fisher/Relayer that enables users to interact with EVVM (Ethereum Virtual Virtual Machine) blockchain directly through Telegram messaging.
Instead of using MetaMask or complex dApp interfaces, users simply send text commands like "/send 0xAddress 1.0" to execute blockchain transactions. The bot acts as a relayer by capturing user intents from Telegram (off-chain), validating and signing transactions, then executing them on the EVVM smart contract on Sepolia testnet.
The EVVM Telegram Bot is built with Python using the python-telegram-bot framework for handling user interactions and web3.py for blockchain communication.
Architecture:
Transaction Flow: When a user sends "/send 0xAddress 1.0", the bot:
Tech Stack:

