{"id":18437850,"url":"https://github.com/zilliqa/ceres","last_synced_at":"2025-07-14T19:44:25.245Z","repository":{"id":37867593,"uuid":"289627545","full_name":"Zilliqa/ceres","owner":"Zilliqa","description":"Ceres is a graphical user interface that runs different Zilliqa development tools under Docker containers without the need of user knowing how to use docker or run it's commands. You can focus on Scilla development while Ceres manages Zilliqa Tools for you.","archived":false,"fork":false,"pushed_at":"2023-07-12T08:57:40.000Z","size":68953,"stargazers_count":9,"open_issues_count":5,"forks_count":10,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-14T14:59:09.054Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zilliqa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-23T06:11:57.000Z","updated_at":"2022-06-15T07:29:57.000Z","dependencies_parsed_at":"2024-12-24T23:32:42.578Z","dependency_job_id":null,"html_url":"https://github.com/Zilliqa/ceres","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/Zilliqa/ceres","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zilliqa%2Fceres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zilliqa%2Fceres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zilliqa%2Fceres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zilliqa%2Fceres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zilliqa","download_url":"https://codeload.github.com/Zilliqa/ceres/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zilliqa%2Fceres/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265336610,"owners_count":23749193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T06:16:25.803Z","updated_at":"2025-07-14T19:44:25.166Z","avatar_url":"https://github.com/Zilliqa.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ceres\n[Ceres](https://dev.zilliqa.com/docs/dev/dev-tools-ceres) is a graphical user interface that runs different Zilliqa development tools under Docker containers without the need of user knowing how to use docker or run it's commands.\nYou can focus on Scilla development while Ceres manages Zilliqa Tools for you.\n\n## System Requirements\n\n### MacOS / Linux\n- **NodeJS** v12 or newer\n- **Docker** - Zilliqa Services are based on docker containers and Ceres acts like a graphical interface on top of Docker.\n- Free ports on your system: 5555, 5556 for Isolated Server, 5557 for Network Explorer, 4000 for Scilla Server\n\n### WINDOWS\n- **NodeJS** v12 or newer\n- **WSL 2.0**\n- **Docker**\n- Free ports on your system: 5555, 5556 for Isolated Server, 5557 for Network Explorer, 4000 for Scilla Server\n\n## Installation\nCeres Binaries can be found under Releases tab.\n\n## Available Services\n### Isolated Server (Local Zilliqa Network)\nZilliqa Isolated Server is a test server for dApp developers to quickly test their applications.\nTransactions are validated immediately, hence improving the productivity for dApp developers.\n\nIsolated Server runs 2 containers that are tied togheter:\n1. Server Container (http://localhost:5555) which is the local Zilliqa Network. It starts with 10 genesis accounts which you can use. Read more about Isolated Server here.\n2. Faucet Container (http://localhost:5556) is a faucet for the server which you can query to get $ZILs on any account. Read more on faucet usage here.\n\n### Scilla Server\nA scilla-server provides the functionality of scilla-runner and scilla-checker as a JSON-RPC server. The scilla-server process accepts contract execution requests and executes the contract, providing a JSON output within the server process itself.\nMore details about Scilla Server can be found here.\n\nScilla Server runs on port 4000. You can call it's API on http://localhost:4000\n\n### Network Explorer\nThis is a developer-focused lightweight explorer to connect to the Zilliqa's networks and local testnets.\n\nAs an explorer, Devex is unable to interact with the blockchain other than pulling and displaying data. If you wish to interact with the blockchain (i.e. create contracts, create transactions and so on..), do check out our feature-filled Scilla IDE (https://ide.zilliqa.com/#/)\n\nNetwork Exporer runs on port 5557. You can access it from any browser on http://localhost:5557\n\n### Configuration\nIn order for transactions to clear you will need to change your transaction's`CHAIN_ID` to the Ceres network id: `222`\n\n## DEBUG\nBy default, Ceres Logs are written:\n- on Linux: ~/.config/Ceres/logs/main.log\n- on macOS: ~/Library/Logs/Ceres/main.log\n- on Windows: %USERPROFILE%\\AppData\\Roaming\\Ceres\\logs\\main.log\n\n## Development commands\nOpen the application with Dev-Tools enabled.\n```bash\nnpm run electron:serve\n```\n\nCompiles and minifies for production\n```bash\nnpm run electron:build\n```\n\nRun your tests\n```bash\nnpm run test\n```\n\nLints and fixes files\n```bash\nnpm run lint\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzilliqa%2Fceres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzilliqa%2Fceres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzilliqa%2Fceres/lists"}