infura-go icon indicating copy to clipboard operation
infura-go copied to clipboard

how to send tx

Open freiegeister opened this issue 6 years ago • 1 comments

there are no "eth_sendTransaction","eth_sign",so how to send a transaction? implemented by myself?

freiegeister avatar May 28 '18 06:05 freiegeister

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

daisuke310vvv avatar May 28 '18 06:05 daisuke310vvv