Replies: 1 comment
-
You would need to sub-class JsonRpcProvider and create a wrapper for JsonRpcSigner that getSigner would return for Besu for this. I have never used Besu, so you would. We’d to investigate if there are any other changes necessary though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working with Hypledger Besu. Doing public transactions with ethersjs is a breeze. However, I'm not sure how I can do private transactions using ethersjs. If it is possible to change the call from
eth_sendTransaction
toeea_sendRawTransaction
then I feel like this could be achieved quite nicely.Any thoughts or workarounds for doing private transactions?
Beta Was this translation helpful? Give feedback.
All reactions