Open chirag-ghosh opened 1 year ago
Is this code working? This code is in the official docs as well.
The send() seems to be using sendTransaction internally which is not supported by Infura. I had to manually sign the transaction using @ethereumjs/tx
send()
Are there any plans to update the docs or am I missing something here?
Is this code working? This code is in the official docs as well.
The
send()
seems to be using sendTransaction internally which is not supported by Infura. I had to manually sign the transaction using @ethereumjs/txAre there any plans to update the docs or am I missing something here?