How does one sign a transaction on the client side instead of sending the password in the clear to the server? Any info on this?
I'm working on this. The workflow will look like:
1. U use
prepareTransaction API call that returns raw bytes
2. U sign the bytes and inject the signature into them
3. U use
broadcastTransaction to send the transaction