{"id":18484341,"url":"https://github.com/giveth/solcpiler","last_synced_at":"2025-04-08T18:33:19.104Z","repository":{"id":22574452,"uuid":"96721779","full_name":"Giveth/solcpiler","owner":"Giveth","description":"Solidity compiler wraper to generate JS.","archived":true,"fork":false,"pushed_at":"2023-02-15T15:55:36.000Z","size":993,"stargazers_count":15,"open_issues_count":17,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-15T12:34:44.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Giveth.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":"2017-07-10T01:08:45.000Z","updated_at":"2024-12-31T10:24:34.000Z","dependencies_parsed_at":"2024-06-19T03:56:25.445Z","dependency_job_id":"23b6c215-c3d2-4314-8fe7-05bbfc616796","html_url":"https://github.com/Giveth/solcpiler","commit_stats":null,"previous_names":["jbaylina/solcpiler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Giveth%2Fsolcpiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Giveth%2Fsolcpiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Giveth%2Fsolcpiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Giveth%2Fsolcpiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Giveth","download_url":"https://codeload.github.com/Giveth/solcpiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247902853,"owners_count":21015535,"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-06T12:39:26.086Z","updated_at":"2025-04-08T18:33:18.076Z","avatar_url":"https://github.com/Giveth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOLCPILER\n\nWraper to the solidity compiler.\n\nThis command line tool, generates a regular Javascript module file. You can use this file from another module in your project to access the ABI or the ByteCode of the compiler.\n\nThis tool also generates a monolitic text file with all the code of the `included` files. This file is very convenient to verify the code.\n\nThis module will check the hash of the source and the current solidity version to see if it is necessary to recompile the source. This saves a lot of time in the development process.\n\n\n## Command Line\n\n```bash\nOptions:\n  --config-file, -c       Config file                                   [string]\n  --output-sol-dir        Output directory where solidity files concatenated\n                          without includes will be copied. Default: ./build\n                                                                        [string]\n  --output-artifacts-dir  Output directory where artifact files will be\n                          generated.                                    [string]\n  --solc-version          Solidity version. Example: v0.4.12+commit.194ff033\n                                                                        [string]\n  --input, -i             Input files that can be compiled. Default:\n                          ./contracts/*.sol                              [array]\n  --createdir             Create directory if not exist. Default: true. Use\n                          --no-createdir to not create a directory     [boolean]\n  --insert-file-names     Insert original file names in the resulting\n                          concatenate files. Use 'imports' to only insert name\n                          in files with imports. Default: all\n                            [choices: \"all\", \"none\", \"imports\"] [default: \"all\"]\n  --quiet, -q             Silence output and compiler warnings. Default: false\n                                                                       [boolean]\n  --verbose, -v           verbose output. Default: false               [boolean]\n  --help                  Show help                                    [boolean]\n```\n\nYou can use a config file to specify options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiveth%2Fsolcpiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiveth%2Fsolcpiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiveth%2Fsolcpiler/lists"}