Cronos is the first Ethereum-compatible blockchain network built on Cosmos SDK technology. Cronos aims to massively scale the DeFi, GameFi, and overall Web3 user community by providing builders with the ability to instantly port apps and crypto assets from other chains while benefiting from low transaction fees, high throughput, and fast finality.
336
stars
691
commits
Go
primary language
Sep 10, 2026
updated
Cronos is the Crypto.org EVM chain that aims to massively scale the DeFi ecosystem.
Please abide by the Code of Conduct in all interactions, and the contributing guidelines when submitting code.
# COSMOS_BUILD_OPTIONS=rocksdb make install
make build
Please follow this documentation to run a local devnet.
After setting the local devnet, you may interact with the your local blockchain by following this documentation.
There are different tests that can be executed in the following ways:
we use Nix as our CI testing environment and use gomod2nix to convert go modules into nix packages.
Therefore, to install gomod2nix is required:
go install github.com/nix-community/gomod2nix@latest
And then, you can run:
gomod2nix generate
to update gomod2nix.toml if any go package has changed.
you can install pystarport to manage nodes for development.
python version should be 3.8 or above. you can install python like this.
git clone git@github.com:python/cpython.git
cd cpython
git checkout tags/v3.9.5
./configure
make
sudo make install
in some cases, if there are multiple python versions, pystarport cannot be found.
then adjust python path.
also $HOME/.local/bin should be included to the PATH.
export PATH=/usr/local/bin:$HOME/.local/bin:$PATH
python3 -m pip install pystarport
run two nodes devnet
pystarport serve --config ./scripts/cronos-devnet.yaml
pystarport supervisorctl status
pystarport supervisorctl stop all
(top 30 of 46)
Go
54.7%
Python
32.0%
Solidity
4.5%
Nix
3.1%
Jsonnet
2.2%
Shell
1.8%
Cronos is the first Ethereum-compatible blockchain network built on Cosmos SDK technology. Cronos aims to massively scale the DeFi, GameFi, and overall Web3 user community by providing builders with the ability to instantly port apps and crypto assets from other chains while benefiting from low transaction fees, high throughput, and fast finality.
336
stars
691
commits
Go
primary language
Sep 10, 2026
updated
Cronos is the Crypto.org EVM chain that aims to massively scale the DeFi ecosystem.
Please abide by the Code of Conduct in all interactions, and the contributing guidelines when submitting code.
# COSMOS_BUILD_OPTIONS=rocksdb make install
make build
Please follow this documentation to run a local devnet.
After setting the local devnet, you may interact with the your local blockchain by following this documentation.
There are different tests that can be executed in the following ways:
we use Nix as our CI testing environment and use gomod2nix to convert go modules into nix packages.
Therefore, to install gomod2nix is required:
go install github.com/nix-community/gomod2nix@latest
And then, you can run:
gomod2nix generate
to update gomod2nix.toml if any go package has changed.
you can install pystarport to manage nodes for development.
python version should be 3.8 or above. you can install python like this.
git clone git@github.com:python/cpython.git
cd cpython
git checkout tags/v3.9.5
./configure
make
sudo make install
in some cases, if there are multiple python versions, pystarport cannot be found.
then adjust python path.
also $HOME/.local/bin should be included to the PATH.
export PATH=/usr/local/bin:$HOME/.local/bin:$PATH
python3 -m pip install pystarport
run two nodes devnet
pystarport serve --config ./scripts/cronos-devnet.yaml
pystarport supervisorctl status
pystarport supervisorctl stop all
(top 30 of 46)
Go
54.7%
Python
32.0%
Solidity
4.5%
Nix
3.1%
Jsonnet
2.2%
Shell
1.8%