infura-go
infura-go copied to clipboard
how to send tx
there are no "eth_sendTransaction","eth_sign",so how to send a transaction? implemented by myself?
eth_sendTransaction
and eth_sign
needs to use a wallet for singing, but it depends on your application.
Instead, you can use eth_sendRawTransaction
to send a transaction which is signed by a wallet like using github.com/ethereum/go-ethereum