README ¶ Table of Contents Table of Contents 1. Description 2. Contributing 3. License 4. Documentation 5. Build full node 6. Start a local Development Network and Node 7. Send Your First Transaction 8. Testing 9. Pystarport Quick Start install latest python (for linux) set path (for linux or for mac) install pystarport quitck start get status stop all 10. Useful links 1. Description Cronos is the Crypto.org EVM chain that aims to massively scale the DeFi ecosystem. 2. Contributing Please abide by the Code of Conduct in all interactions, and the contributing guidelines when submitting code. 3. License Apache 2.0 4. Documentation Technical documentation. 5. Build full node make build 6. Start a local Development Network and Node Please follow this documentation to run a local devnet. 7. Send Your First Transaction After setting the local devnet, you may interact with the your local blockchain by following this documentation. 8. Testing There are different tests that can be executed in the following ways: unit tests: make test 9. Pystarport Quick Start you can install pystarport to manage nodes for development. install latest python (for linux) 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 set path (for linux or for mac) 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 install pystarport python3 -m pip install pystarport quitck start run two nodes devnet pystarport serve --config ./scripts/cronos-devnet.yaml get status pystarport supervisorctl status stop all pystarport supervisorctl stop all 10. Useful links Project Website Technical Documentation Community chatrooms (non-technical): Discord Telegram Developer community channel (technical): ![Support Server](https://img.shields.io/discord/783264383978569728.svg?color=7289da&label=Crypto.org Chain =discord =flat-square) Ethermint by Tharsis Cosmos SDK documentation Cosmos Discord Pystarport Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis app cmd cronosd cronosd/cmd docs memiavl module store module testutil network simapp versiondb module x cronos cronos/client/cli cronos/keeper cronos/types Click to show internal directories. Click to hide internal directories.