INFURA / demo-eth-tx

Ethereum transactions demo
MIT License
103 stars 77 forks source link

Outdated docs #31

Open chirag-ghosh opened 1 year ago

chirag-ghosh commented 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

Are there any plans to update the docs or am I missing something here?