evmos
Evmos is the canonical EVM chain on Cosmos. Evmos is the flagship implementation of evmOS, a stack to build forward compatible EVMs
How to download and setup evmos
Open terminal and run command
git clone https://github.com/evmos/evmos.git
git clone is used to create a copy or clone of evmos 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 evmos https://github.com/evmos/evmos/archive/master.zip
Or simply clone evmos with SSH
[email protected]:evmos/evmos.git