Hello, can anyone offer a useful tip on how I can build a bot that can send and receive a token, if this is even possible.
Nov 30, 2023, 1:11 PM
A tg bot?
Nov 30, 2023, 1:15 PM
Yes
Nov 30, 2023, 1:59 PM
Well bots can’t actually receive tokens they must use a EOA (wallet)
So what you would do is connect to that wallet inside your bot using something like ethersjs
Can you explain a bit more of what you need this bot to do other than receiving and sending. Tokens ?
So what you would do is connect to that wallet inside your bot using something like ethersjs
Can you explain a bit more of what you need this bot to do other than receiving and sending. Tokens ?
Nov 30, 2023, 2:02 PM
I want the bot to be able to send and receive tokens, manage wallets, buy and sell tokens on dex exchange
What is the full meaning of EOA?
Nov 30, 2023, 2:07 PM
You will need to save all that info in a database most likely
The tricky part is safeguarding private keys
Sounds like you have some homework to do before you start building a bot that can do this but it will be great for learning
What languages do you know?
The tricky part is safeguarding private keys
Sounds like you have some homework to do before you start building a bot that can do this but it will be great for learning
What languages do you know?
Nov 30, 2023, 2:09 PM
JavaScript
Some web development experience
Nov 30, 2023, 2:28 PM
Look into node-telegram-bot-api, ethersjs, and Probbaly mongodb that’s really all you need to make what you are trying to make
Nov 30, 2023, 2:43 PM
Thank you for the help.
Nov 30, 2023, 2:50 PM