{"id":36627744,"url":"https://github.com/cardano-foundation/cardano-devkit","last_synced_at":"2026-01-12T09:33:58.017Z","repository":{"id":262366755,"uuid":"858177702","full_name":"cardano-foundation/cardano-devkit","owner":"cardano-foundation","description":"Based on the powerful Yaci DevKit, Cardano DevKit is designed to be the go-to toolkit for setting up a local Cardano network","archived":false,"fork":false,"pushed_at":"2025-03-27T12:51:11.000Z","size":585,"stargazers_count":11,"open_issues_count":15,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-11-16T12:06:12.562Z","etag":null,"topics":["cardano","cli","devkit","scaffolding","templating","testing"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/cardano-foundation.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-16T12:55:04.000Z","updated_at":"2025-08-21T13:54:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b29f551-1a90-405c-8248-8d92ba51e31c","html_url":"https://github.com/cardano-foundation/cardano-devkit","commit_stats":null,"previous_names":["cardano-foundation/cardano-devkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cardano-foundation/cardano-devkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcardano-devkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcardano-devkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcardano-devkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcardano-devkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cardano-foundation","download_url":"https://codeload.github.com/cardano-foundation/cardano-devkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcardano-devkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"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":["cardano","cli","devkit","scaffolding","templating","testing"],"created_at":"2026-01-12T09:33:57.950Z","updated_at":"2026-01-12T09:33:57.999Z","avatar_url":"https://github.com/cardano-foundation.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cardano DevKit 🪚🔩⛓\n\n\u003cp align=\"left\"\u003e\n\u003cimg alt=\"Tests\" src=\"https://github.com/cardano-foundation/cardano-devkit/actions/workflows/test.yml/badge.svg?branch=main\" /\u003e\n\u003cimg alt=\"Release\" src=\"https://github.com/cardano-foundation/cardano-devkit/actions/workflows/release.yml/badge.svg?branch=main\" /\u003e\n\u003cimg alt=\"Publish\" src=\"https://github.com/cardano-foundation/cardano-devkit/actions/workflows/publish.yml/badge.svg?branch=main\" /\u003e\n\u003ca href=\"https://conventionalcommits.org\"\u003e\u003cimg alt=\"conventionalcommits\" src=\"https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-MIT-green.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/4WVNHgQ7bP\"\u003e\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/1022471509173882950?label=Discord\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nWelcome to **Cardano DevKit!** This project is designed to be the go-to toolkit for setting up a local Cardano network. Whether the goal is to test, showcase, scaffold, or template, Cardano DevKit bundles a variety of community tools, based on the powerful [Yaci DevKit](https://github.com/bloxbean/yaci-devkit), to streamline and support the development process.\n\nAbout the product: [product specs](PRODUCT.md)\n\n## 🚧 Under Construction 🚧\n\nPlease note that **Cardano DevKit** is currently under construction. We are actively working on adding more features and improving the existing ones. Stay tuned for updates! \n\n## 🚀 Getting Started\n\nTo run the tauri app locally, please clone the repository and run the following commands:\n\n```\nnpm i\nnpm run tauri dev\n```\n\nIf you want to run cardano-devkit cli commands locally, you can run the following commands:\n\n```\ncd core\ncargo run -- help\n```\n\n## 📦 Building the App\n\nTo build the tauri app, you can run the following command:\n\n```\nnpm run bundle\n```\n\nThis will create a platform-specific exectuable. This executable is able to run as an application with ui, or as a cli tool.\n\n## Contributing 🤝\n\nAll contributions are welcome! Please feel free to open a new thread on the issue tracker or submit a new pull request.\n\nPlease read [Contributing](CONTRIBUTING.md) in advance. Thank you for contributing! 💙\n\n## 📓 Additional Documents\n- [Code of Conduct](CODE_OF_CONDUCT.md)\n- [Security](SECURITY.md)\n\n## License 📄\n\nThis project is licensed under the Apache 2.0 License. See the [`LICENSE`](LICENSE) file for more details.\n\n*Happy Building!* 🛠️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardano-foundation%2Fcardano-devkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcardano-foundation%2Fcardano-devkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardano-foundation%2Fcardano-devkit/lists"}