flâneur — a map of the web's best reading

Transferring ETH · Ethereum Development with Go

goethereumbook.org · 849 words · saved by 1 readers

Tutorial on how to transfer ETH to another wallet or smart contract with Go.

Transferring ETH · Ethereum Development with Go Transferring ETH Transferring ETH In this lesson you'll learn how to transfer ETH from one account to another account. If you're already familar with Ethereum then you know that a transaction consists of the amount of ether you're transferring, the gas limit, the gas price, a nonce , the receiving address, and optionally data. The transaction must be signed with the private key of the sender before it's broadcasted to the network. Assuming you've already connected a client, the next step is to load your private key . privateKey, err := crypto.Hex

Explore this link on the map →

saved by

related reading