ethgo-explorer
Deep dive into the ethereum blockchain
First time:- Ref for creating .mod file and .sum file
For .mod file
go mod init github.com/Danushka2/ethgo-explorer
For .sum file and analyze your code and remove any dependencies that are no longer required.
go mod tidy
To Create a Address with keystore file with password
go run cmd/main/main.go address --password yourpassword