ethermint
Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
How to download and setup ethermint
Open terminal and run command
git clone https://github.com/evmos/ethermint.git
git clone is used to create a copy or clone of ethermint repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with ethermint https://github.com/evmos/ethermint/archive/master.zip
Or simply clone ethermint with SSH
[email protected]:evmos/ethermint.git