How can I send a transaction from my backend without leaving the private key in the code?
I want only me to be able to do this transaction but if I leave the private key in the code, it is easily exposable.
The transaction has to be sent somehow but not sure how to do it from the backend without having access to my wallet there.