This bounty is no longer available
Web3 DAO | Ethereum Foundation Logo

"Go Contract Bindings" is still wrong

Organization

Ethereum Foundation

Deadline

N/A

Status

ENDED


INSTRUCTIONS

As mentioned in #3726 , the tutorial is still using // Create an IPC based RPC connection to a remote node and an authorized transactor conn, err := rpc.NewIPCClient("/home/go-ethereum/goerli/geth.ipc") which is deprecated. Also there seems to be no clear document mentioning this update 5 years ago. This should be changed to conn, err := ethclient.Dial("")