Is it possible to run javascript on client side when implementing a telegram bot?
To be more specific, I want to generate key pair on client, but don’t let the bot know the client private key, and use this privkey to sign messages and crypto transactions.
To run javascript on node.js bot code to generate and manage privkey does not make the bot trustless.
New contributor
Patrick Bernardina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2