{"id":19830740,"url":"https://github.com/crytic/embark-contract-info","last_synced_at":"2025-05-01T15:30:44.306Z","repository":{"id":57167481,"uuid":"179260892","full_name":"crytic/embark-contract-info","owner":"crytic","description":"embark-contract-info","archived":true,"fork":false,"pushed_at":"2019-04-24T18:38:55.000Z","size":48,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T05:32:16.418Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crytic.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-04-03T09:52:17.000Z","updated_at":"2025-02-14T16:24:59.000Z","dependencies_parsed_at":"2022-09-18T16:02:22.782Z","dependency_job_id":null,"html_url":"https://github.com/crytic/embark-contract-info","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crytic%2Fembark-contract-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crytic%2Fembark-contract-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crytic%2Fembark-contract-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crytic%2Fembark-contract-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crytic","download_url":"https://codeload.github.com/crytic/embark-contract-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251898539,"owners_count":21661838,"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-12T11:25:07.903Z","updated_at":"2025-05-01T15:30:39.297Z","avatar_url":"https://github.com/crytic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Embark-Contract-Information\n==============================\n\nPlugin for [Embark](https://github.com/embark-framework/embark) to generate AST|ABI|Bytecode.\n`embark-contract-information` allows the use of Crytic tools, such as:\n- [Slither](https://github.com/crytic/slither)\n- [Echidna](https://github.com/crytic/echidna)\n- [Manticore](https://github.com/trailofbits/manticore/)\n- [evm-cfg-builder](https://github.com/crytic/evm_cfg_builder)\n\nSee [`crytic-compile`](https://github.com/crytic/crytic-compile) for more details.\n\nInstallation\n============\n\nGlobally: \n\n```npm -g install @trailofbits/embark-contract-info```\n\nOr locally, from your embark dapp directory:\n\n```npm install @trailofbits/embark-contract-info --save```\n\nUsage\n=====\n\nAdd `@trailofbits/embark-contract-info` to the plugins section in ```embark.json```:\n\n```Json\n  \"plugins\": {\n    \"@trailofbits/embark-contract-info\": {\n      \"flags\": \"\"\n    }\n  }\n```\n\nEmbark will now generate `crytic-export/contracts.json` after each compilation.\nThe file structure is:\n```json\n{\n    \"asts\": [],\n    \"contracts\": {\n        \"/path:contract_name\": {\n            \"abi\": [],\n            \"bin\": \"..\",\n            \"bin-runtime\": \"..\",\n            \"srcmap\": \"..\",\n            \"srcmap-runtime\": \"..\"\n        }\n    }\n}\n```\n\nRequirements\n============\n\n- Embark 4.0.0 or higher\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrytic%2Fembark-contract-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrytic%2Fembark-contract-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrytic%2Fembark-contract-info/lists"}