evmos
Evmos is the first decentralized EVM chain on the Cosmos Network. It's implementing the first EVM stack focused on native, cross-chain applications. Evmos is the flagship implementation of Ethermint, an EVM library built for the Cosmos Network by the Evmos Core Developement Team.
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