{"id":17978792,"url":"https://github.com/jon-becker/heimdall","last_synced_at":"2026-03-10T23:03:51.290Z","repository":{"id":39667056,"uuid":"490518681","full_name":"Jon-Becker/heimdall","owner":"Jon-Becker","description":"Powerful Ethereum Smart-Contract Toolkit","archived":false,"fork":false,"pushed_at":"2023-02-10T01:35:13.000Z","size":1491,"stargazers_count":89,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-27T05:10:29.334Z","etag":null,"topics":["decompiler","eth","ethereum","smart-contract","smart-contracts","toolkit"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Jon-Becker.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-10T02:46:47.000Z","updated_at":"2025-12-08T13:59:13.000Z","dependencies_parsed_at":"2024-10-29T18:15:12.093Z","dependency_job_id":null,"html_url":"https://github.com/Jon-Becker/heimdall","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Jon-Becker/heimdall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fheimdall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fheimdall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fheimdall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fheimdall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jon-Becker","download_url":"https://codeload.github.com/Jon-Becker/heimdall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fheimdall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30360640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["decompiler","eth","ethereum","smart-contract","smart-contracts","toolkit"],"created_at":"2024-10-29T17:35:10.087Z","updated_at":"2026-03-10T23:03:51.268Z","avatar_url":"https://github.com/Jon-Becker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Heimdall [DEPRECATED]\n\n![preview](https://github.com/Jon-Becker/heimdall/blob/main/preview.png?raw=true)\n\nHeimdall is an advanced and modular smart-contract toolkit which aims to make dealing with smart contracts on EVM based chains easier.\n\n## THIS REPOSITORY IS DEPRECATED AND WILL NOT BE UPDATED OR SUPPORTED AS OF JUN 24, 2022.\n## YOU CAN FIND THE NEW VERSION HERE https://github.com/Jon-Becker/heimdall-rs/\n\n## Installation \u0026 Usage\n![version badge](https://badge.fury.io/py/eth-heimdall.svg) ![download badge](https://static.pepy.tech/personalized-badge/eth-heimdall?period=total\u0026units=international_system\u0026left_color=grey\u0026right_color=brightgreen\u0026left_text=Downloads) ![build badge](https://img.shields.io/badge/License-MIT-g.svg) [![Build](https://github.com/Jon-Becker/heimdall/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Jon-Becker/heimdall/actions/workflows/unit-tests.yml)\n```\npip install eth-heimdall\n```\n\nHeimdall operates off the ``argparse`` library, with modules specifying which operation you with to perform.\n\n```\nheimdall MODULE [-v] [--default] [-arguments]\n```\n\n## Modules \u0026 Help\n\nYou may find the various modules supported by Heimdall by using the -h option, which opens the help menu by default.\n\n```\nOptions:\n  -h, --help                          Show the help message and exit\n  -hh                                 Show advanced help message and exit\n  --version                           Display version information and exit\n  --update                            Updates heimdall to the latest release\n  -v, --verbose                       Toggle verbose output\n\n  Modules:\n    Below is a list of modules currently supported on Heimdall\n\n        #  |       Name  |                                           Description    \n           |             |                                                      \n        0  |     Config  |           Easily modify the configuration on Heimdall\n        1  |      Debug  |              Easily access Heimdall debug information\n        2  |  Decompile  |      Decompile and download the target smart contract\n\n  Parameters:\n    -m MODULE, --module MODULE        Operation module, either name or number from list\n    -t TARGET, --target TARGET        Target of operation (file, transaction id,\n                                        or address)\n    -o PATH, --output PATH            Path to write output to\n    -c ID, --chain ID                 Chain ID of target\n    -p URL, --provider URL            URL of custom Ethereum provider\n\n  Additional:\n    --open, --edit                    Attempts to open nano / edit on the operation\n    --redeploy ID                     Redeploys the contract from -n onto ID\n    --beautify                        Attempts to beautify the downloaded contract using\n                                        statistical renaming and spacing\n    --default                         Always use defaults when prompted for input\n    --flush, --ignore-cache           Flushes the cache and rewrites it\n```\n\nPlease keep in mind as more modules are released, module numbers may change. It's recommended to use the module name instead.\n\n### Module Documentation\n\nSpecific module documentation can be found in the ``/docs`` folder, or quickly navigate using the links beow.\n\n| Module Name | Description                        | Documentation URL                                                                   |\n| ----------- | ---------------------------------- | ----------------------------------------------------------------------------------- |\n| Config      | Heimdall Configuration Module      | [Documentation](https://github.com/Jon-Becker/heimdall/blob/main/docs/config.md)    |\n| Debug       | Heimdall Debug Module              | [Documentation](https://github.com/Jon-Becker/heimdall/blob/main/docs/debug.md)     |\n| Decompile   | Decompiles EVM bytecode \u003e Solidity | [Documentation](https://github.com/Jon-Becker/heimdall/blob/main/docs/decompile.md) |\n\n## Configuration\n\nYou may save environment information, such as remote and local providers, to the configuration folder in ``env/conf.json``.\n\n## Contributing\n\nIf you'd like to contribute to Heimdall or add a module, please open a pull-request with your changes, as well as detailed information on what is changed, added, or improved.\n\n### Modules\n\nTo add a module, you must add a ``.py`` file within the ``/lib/modules`` folder. In order for your pull-request to be accepted, your module must begin with a ``meta`` object, which is used when displaying what it does to end-users.\n\nExample meta object:\n```\nmeta = {\n  \"title\": \"Decompile\",\n  \"description\": \"Decompile and download the target smart contract\",\n  \"author\": \"Jonathan Becker \u003cjonathan@jbecker.dev\u003e\",\n  \"version\": \"v1.0.0\",\n}\n```\n\nYou will also need to add detailed documentation to this readme file in the ``Module Documentation`` section.\n\n#### Troubleshooting\n\nIf you encounter an issue, please create one using the link below. You MUST follow the issue format, or it will be marked as invalid.\n\nIssues that remain inactive for 72 hours will be marked inactive and closed. If your issue is accepted by a contributor, they will assign themselves to it and add corresponding tags.\n\n## Credits\nThis project is coded in its entirety by [Jonathan Becker](https://jbecker.dev). Various contributors can be found in the sidebar.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon-becker%2Fheimdall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjon-becker%2Fheimdall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon-becker%2Fheimdall/lists"}