Reputation: 53
Is it possible to authorize a server to sign transactions on user's behalf?
Flow:
I'm new to web3 overall, so I don't even know where to start looking for a solution. I do know about approve
on contracts. Do I have to deploy such a contract and use that?
Naturally, I don't want to ask my users for their private key/mnemonic.
Upvotes: 1
Views: 325
Reputation: 83666
Is it possible to authorize a server to sign transactions on user's behalf?
No.
Or: only if your smart contracts support some kind of specially signed messages, but they aren't compatible with any normal Ethereum transactions and this is your application-specific logic.
Upvotes: 1