If you are wondering how to start with Ethereum (or any other EVM) blockchain and go lang, this article will be right for you. I’ll try to keep it straightforward and as simple as possible, am assuming you have basic knowledge of Go and don’t have to explain to you how to install it and compile a program - let’s dive in.RequirementsAt first install go-ethereum/ethclient package by running:go get github.com/ethereum/go-ethereum/ethclient in your go project root directory.You need to have acces...