client.go
Libraries
Go-Ethereum (geth) - Node RPC Integration
Learn how to connect to Node RPC from Go-Ethereum (geth).
Go-Ethereum is the official Ethereum implementation in Go, to interact with the blockchain. Go-Ethereum, also known as geth for short, is the most popular Ethereum client. It provides everything we’ll ever need for reading and writing to the blockchain when developing applications using Golang.