{"id":35212151,"url":"https://github.com/mimic-protocol/tooling","last_synced_at":"2026-03-12T19:19:25.198Z","repository":{"id":300981636,"uuid":"913309150","full_name":"mimic-protocol/tooling","owner":"mimic-protocol","description":"Mimic Protocol Tooling","archived":false,"fork":false,"pushed_at":"2026-02-05T20:35:24.000Z","size":1358,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-06T00:41:14.614Z","etag":null,"topics":["automation","blockchain","defi","ethereum","execution","intent-based","mimic"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mimic-protocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-07T12:41:40.000Z","updated_at":"2026-02-05T16:05:20.000Z","dependencies_parsed_at":"2025-07-08T18:32:05.857Z","dependency_job_id":"5ea4c4d7-ab16-4802-9a68-6e67ae1c229f","html_url":"https://github.com/mimic-protocol/tooling","commit_stats":null,"previous_names":["mimic-protocol/tooling"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mimic-protocol/tooling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimic-protocol%2Ftooling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimic-protocol%2Ftooling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimic-protocol%2Ftooling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimic-protocol%2Ftooling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mimic-protocol","download_url":"https://codeload.github.com/mimic-protocol/tooling/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimic-protocol%2Ftooling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29316690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["automation","blockchain","defi","ethereum","execution","intent-based","mimic"],"created_at":"2025-12-29T19:22:42.957Z","updated_at":"2026-02-10T21:11:37.191Z","avatar_url":"https://github.com/mimic-protocol.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://mimic.fi\"\u003e\u003cimg src=\"https://www.mimic.fi/logo.png\" alt=\"Mimic Protocol\" width=\"200\"\u003e\u003c/a\u003e \n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eBlockchain execution protocol\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/mimic-protocol/tooling/actions/workflows/ci.yml\"\u003e\n    \u003cimg src=\"https://github.com/mimic-protocol/tooling/actions/workflows/ci.yml/badge.svg\" alt=\"Build\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discord.mimic.fi\"\u003e\n    \u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/989984112397922325\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#content\"\u003eContent\u003c/a\u003e •\n  \u003ca href=\"#setup\"\u003eSetup\u003c/a\u003e •\n  \u003ca href=\"#security\"\u003eSecurity\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Content \n\nThis repo includes all development tools required to build automated functions for Mimic Protocol\n\n## Setup\n\nTo set up this project you'll need [git](https://git-scm.com) and [yarn](https://classic.yarnpkg.com) installed. \nFrom your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/mimic-protocol/tooling\n\n# Go into the repository\n$ cd tooling\n\n# Install dependencies\n$ yarn\n```\n\n## Security\n\nTo read more about our auditing and related security processes please refer to the [security section](https://docs.mimic.fi/miscellaneous/security) of our docs site.\n\nHowever, if you found any potential issue in any of our smart contracts or in any piece of code you consider critical\nfor the safety of the protocol, please contact us through \u003ca href=\"mailto:security@mimic.fi\"\u003esecurity@mimic.fi\u003c/a\u003e.\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0.  \nSee the [LICENSE](./LICENSE) file for details.\n\n### Third-Party Code\n\nThis project includes code from [The Graph Tooling](https://github.com/graphprotocol/graph-tooling), licensed under the MIT License.  \nSee the [LICENSE-MIT](https://github.com/graphprotocol/graph-tooling/blob/27659e56adfa3ef395ceaf39053dc4a31e6d86b7/LICENSE-MIT) file for details.\nTheir original license and attribution are preserved.\n\n---\n\n\u003e Website [mimic.fi](https://mimic.fi) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Docs [docs.mimic.fi](https://docs.mimic.fi) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@mimic-fi](https://github.com/mimic-fi) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@mimicfi](https://twitter.com/mimicfi) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Discord [mimic](https://discord.mimic.fi)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimic-protocol%2Ftooling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmimic-protocol%2Ftooling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimic-protocol%2Ftooling/lists"}