This telegram bot allows the user to easily and conveniently communicate with blockchains
Working on the project: 2017-2018
- supporting for two blockchains:
Tron
andEthereum
- wallet manager
- subscription to events of added wallets
- creating a wallet and obtaining a private key via a one-time link
- multilingual (Russian and English are supported)
asyncio
- for everything asynchronous in the projectasyncpg
- to interact with thePostgreSQL
aiohttp
- for a small web application to get private keysaiogram
- the bot is based on an asynchronous framework for interacting with theTelegram Bot API
network asynchronous interaction with blockchain nodes is written independently (HTTP, WS)
eth_account
- to create Ethereum walletseth_utils
- to work with the Ethereum ecosystem (address validating,base58
encoding/decoding,ABI
decoding)tronapi
- to create Tron walletstrx_utils
- to work with the Ethereum ecosystem (the Tron blockchain is similar to Ethereum, so everything is almost similar)