client.go
Libraries
Go-Ethereum (geth) - Node RPC Integration
Connect a Go application to Tenderly Node RPC with the go-ethereum (geth) ethclient using the gateway endpoint to read and write onchain data.
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. Connect it to Node RPC using the gateway endpoint, and see the JSON-RPC reference for supported methods.