{"id":21252560,"url":"https://github.com/macor161/quantal","last_synced_at":"2025-07-25T03:15:00.665Z","repository":{"id":34872776,"uuid":"175066639","full_name":"macor161/quantal","owner":"macor161","description":"Fast and lightweight build tool for Solidity.","archived":false,"fork":false,"pushed_at":"2023-01-03T21:43:33.000Z","size":7984,"stargazers_count":23,"open_issues_count":36,"forks_count":1,"subscribers_count":4,"default_branch":"development","last_synced_at":"2025-04-05T19:12:01.267Z","etag":null,"topics":["ethereum","solidity"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macor161.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-11T19:06:41.000Z","updated_at":"2022-09-29T04:21:59.000Z","dependencies_parsed_at":"2023-01-15T10:00:44.939Z","dependency_job_id":null,"html_url":"https://github.com/macor161/quantal","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/macor161/quantal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macor161%2Fquantal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macor161%2Fquantal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macor161%2Fquantal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macor161%2Fquantal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macor161","download_url":"https://codeload.github.com/macor161/quantal/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macor161%2Fquantal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266947725,"owners_count":24010781,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ethereum","solidity"],"created_at":"2024-11-21T03:47:57.436Z","updated_at":"2025-07-25T03:15:00.636Z","avatar_url":"https://github.com/macor161.png","language":"JavaScript","readme":"# Quantal\n\nQuantal is a fast and lightweight build tool for Solidity. \n\n\u003cp align=\"left\"\u003e\n    \u003ca href=\"https://travis-ci.org/macor161/quantal\"\u003e\u003cimg alt=\"Build Status\" src=\"https://travis-ci.org/macor161/quantal.svg?branch=development\" /\u003e\u003c/a\u003e\n    \u003ca href='https://coveralls.io/github/macor161/quantal?branch=development'\u003e\u003cimg src='https://coveralls.io/repos/github/macor161/quantal/badge.svg?branch=development' alt='Coverage Status' /\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\n## Fast, lightweight\n\n\n![output](https://user-images.githubusercontent.com/642515/59545001-44d5df00-8ee6-11e9-8a30-1415b38f0c53.gif)\n\u003cp align=\"center\"\u003e\u003csub\u003eOpen Zeppelin compilation with no cache\u003c/sub\u003e\u003c/p\u003e\n\nBy using multiple binary compilers in parallel, V8 caching and other optimizations, Quantal is on average 2-3x faster than truffle-compile. It follows the Unix principle of doing one thing but do it well, focusing exclusively on compilation related tasks.\n\n\n## Pretty errors and warnings\n\n![compile 2](https://user-images.githubusercontent.com/642515/59149948-2d7c8a80-89ea-11e9-87b0-71d9c57ee7dc.png)\n\n\n\n## Watch mode\n\nLaunch a new build each time a smart contract is modified. \n\n\n## Install\n\n```bash\nyarn global add quantal\n```\nor\n```bash\nnpm install -g quantal\n```\n\n\n## Usage\n\n```\nquantal [options]\n\n-w, --watch     Watch for changes\n-V, --version   Display version\n-h, --help      Display help\n```\n\n## Truffle config compatibility\n\nThe following truffle config options are currently supported:\n\n```javascript\n{\n    contracts_build_directory,\n    contracts_directory,\n    compilers: {\n        solc: {\n            version, // See supported versions below\n            evmVersion,\n            optimizer: {\n                enabled,\n                runs\t\t\t\n            }\n        }\n    }\n}\n```\n\n## Important notes\n\n* The current alpha version is not recommended for production use.\n* Windows is currently not supported\n* Some solc versions are not supported yet. See list below.\n* Formatted error messages are not supported for solc versions below 0.4.20\n\n## Supported solc versions\n\n**MacOS**\n\nMojave (10.14) and High Sierra (10.13) currently supported for the following solc versions:\n\n- 0.5.11\n- 0.5.10\n- 0.5.9\n- 0.5.8\n- 0.5.7\n- 0.5.6\n- 0.5.5\n- 0.5.4\n- 0.5.3\n- 0.5.2\n- 0.5.1\n- 0.5.0\n- 0.4.26\n- 0.4.25\n- 0.4.24\n- 0.4.23\n- 0.4.22\n- 0.4.21\n- 0.4.20\n- 0.4.19\n- 0.4.18\n- 0.4.17\n- 0.4.16\n- 0.4.15\n- 0.4.14\n- 0.4.13\n- 0.4.11\n- 0.4.10\n\n**Linux**\n\n- 0.5.11\n- 0.5.10\n- 0.5.9\n- 0.5.8\n- 0.5.7\n- 0.5.6\n- 0.5.5\n- 0.5.4\n- 0.5.3\n- 0.5.2\n- 0.5.1\n- 0.5.0\n- 0.4.26\n- 0.4.25\n- 0.4.24\n- 0.4.23\n- 0.4.22\n- 0.4.21\n- 0.4.20\n- 0.4.19\n- 0.4.18\n- 0.4.17\n- 0.4.16\n- 0.4.15\n- 0.4.14\n- 0.4.13\n- 0.4.12\n- 0.4.11\n\n**Windows**\n\n- Windows is not currently supported.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacor161%2Fquantal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacor161%2Fquantal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacor161%2Fquantal/lists"}