Ethereum node - private key

0

Hello! Please help me with one question.

It is known from the documentation that only the "eth_sendRawTransaction" raw sending method is supported for sending. And this requires a private key (in the article we found how to send a raw transaction. In this article it is written about a private key that can be extracted from a file using a library on JS). But it isn't clear to us where to get the private keys of the addresses created on the node. And it isn't clear where you need to get a file that contains secret data.

And if there are examples in C#, I would be very grateful. Thank you!

asked 2 years ago262 views
1 Answer
0

Hello, we don't allow for wallet creation/management on our nodes themselves as far as I'm aware. I think those APIs are disabled. The customer should be custodying/managing the private keys and signing transactions prior to sending to the Managed Blockchain Ethereum nodes.

SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions