Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
1k views

How Can I Sign A Transaction Server-Side?

I have a server-side Node.js app that sends a transaction to an Ethereum smart contract like so: const transaction = await contract.methods .method_name([params]).send({ from: [...
mobiman's user avatar
  • 129