Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Latest commit

History

History
7 lines (5 loc) 路 310 Bytes

File metadata and controls

7 lines (5 loc) 路 310 Bytes
description
Tutorial on how to setup the Ethereum client with Go.

Client

The client is the entry point to the Ethereum network. The client is required to broadcast transactions and read blockchain data. In the next section will learn how to set up a client in a Go application.