{"id":50760051,"url":"https://github.com/quiet-node/evm-decompiler-rest","last_synced_at":"2026-06-11T09:01:41.234Z","repository":{"id":209720516,"uuid":"724790725","full_name":"quiet-node/evm-decompiler-rest","owner":"quiet-node","description":"A REST service tailored to efficiently decompile Ethereum Virtual Machine (EVM) bytecode into readable Solidity contracts.","archived":false,"fork":false,"pushed_at":"2023-12-21T21:37:59.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-29T17:23:12.764Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/quiet-node.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}},"created_at":"2023-11-28T19:55:32.000Z","updated_at":"2024-05-29T17:23:12.764Z","dependencies_parsed_at":"2023-12-04T21:27:25.145Z","dependency_job_id":"24c9d817-1521-4410-864a-d9eb156e545f","html_url":"https://github.com/quiet-node/evm-decompiler-rest","commit_stats":null,"previous_names":["quiet-node/evm-decompiler-rest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quiet-node/evm-decompiler-rest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiet-node%2Fevm-decompiler-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiet-node%2Fevm-decompiler-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiet-node%2Fevm-decompiler-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiet-node%2Fevm-decompiler-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quiet-node","download_url":"https://codeload.github.com/quiet-node/evm-decompiler-rest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiet-node%2Fevm-decompiler-rest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34190585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2026-06-11T09:01:40.032Z","updated_at":"2026-06-11T09:01:41.221Z","avatar_url":"https://github.com/quiet-node.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EVM Bytecode Decompiler\nA REST service tailored to efficiently decompile Ethereum Virtual Machine (EVM) bytecode into readable Solidity contracts. \n\n## Get started\n\n### A. Git \u0026 NPM\n1. Clone the repo \u0026 install the project\n\n```bash\ngit clone https://github.com/quiet-node/evm-decompiler-rest.git\ncd evm-decompiler-rest\nnpm install\n```\n\n2. Run the server\n\n```bash\nnpm run dev\n```\n\n### B. Docker \n```bash\ndocker pull logann131/evm-decompiler-rest:0.1.0\ndocker run -d -p 7639:7639 logann131/evm-decompiler-rest:0.1.0\n```\n\n\n## Basic Example Usage\n\n```bash\ncurl --location 'localhost:7639/api/decompile' \\\n--header 'Content-Type: application/json' \\\n--data '{\n    \"bytecode\": \"608060405234801561000f575f80fd5b5060043610610034575f3560e01c80636b06623714610038578063e69f19cd14610054575b5f80fd5b610052600480360381019061004d91906100ba565b610072565b005b61005c61007b565b60405161006991906100f4565b60405180910390f35b805f8190555050565b5f8054905090565b5f80fd5b5f819050919050565b61009981610087565b81146100a3575f80fd5b50565b5f813590506100b481610090565b92915050565b5f602082840312156100cf576100ce610083565b5b5f6100dc848285016100a6565b91505092915050565b6100ee81610087565b82525050565b5f6020820190506101075f8301846100e5565b9291505056fea26469706673582212203730408c8004d51639b6ff1e841d6944bb83c335c0fe79a602ee0066681b007664736f6c63430008150033\",\n    \"keyhash\": \"6612bd461092b9f52d\"\n}'\n```\n\n## Attribution\nThis decompiler uses the [heimdall-rs](https://github.com/Jon-Becker/heimdall-rs), an EVM bytecode tool, created and mainted by [@beckerrjon](https://twitter.com/beckerrjon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiet-node%2Fevm-decompiler-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiet-node%2Fevm-decompiler-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiet-node%2Fevm-decompiler-rest/lists"}