{"id":22539429,"url":"https://github.com/JoshOrndorff/substrate-recipes","last_synced_at":"2025-08-04T05:31:37.365Z","repository":{"id":37178493,"uuid":"173946619","full_name":"JoshOrndorff/substrate-recipes","owner":"JoshOrndorff","description":"A Hands-On Cookbook for Aspiring Blockchain Chefs","archived":false,"fork":false,"pushed_at":"2024-01-19T02:22:00.000Z","size":28925,"stargazers_count":384,"open_issues_count":76,"forks_count":183,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-07-30T13:52:17.732Z","etag":null,"topics":["blockchain","documentation","rust","substrate"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/JoshOrndorff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-03-05T12:56:32.000Z","updated_at":"2025-07-05T10:04:41.000Z","dependencies_parsed_at":"2024-10-30T10:41:28.686Z","dependency_job_id":null,"html_url":"https://github.com/JoshOrndorff/substrate-recipes","commit_stats":null,"previous_names":["substrate-developer-hub/recipes","joshorndorff/substrate-recipes","joshorndorff/recipes"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/JoshOrndorff/substrate-recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshOrndorff%2Fsubstrate-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshOrndorff%2Fsubstrate-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshOrndorff%2Fsubstrate-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshOrndorff%2Fsubstrate-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshOrndorff","download_url":"https://codeload.github.com/JoshOrndorff/substrate-recipes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshOrndorff%2Fsubstrate-recipes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268654299,"owners_count":24285120,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"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":["blockchain","documentation","rust","substrate"],"created_at":"2024-12-07T12:02:44.210Z","updated_at":"2025-08-04T05:31:37.357Z","avatar_url":"https://github.com/JoshOrndorff.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Substrate Recipes 🍴😋🍴\n\n![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fsubstrate-developer-hub%2Frecipes%2Fbadge%3Fref%3Dmaster\u0026style=flat)\n\u003c!-- markdown-link-check-disable-next-line --\u003e\n![Lines of Code](https://tokei.rs/b1/github/substrate-developer-hub/recipes)\n[![Try on playground](https://img.shields.io/badge/Playground-Recipes-brightgreen?logo=Parity%20Substrate)](https://playground.substrate.dev/?deploy=recipes)\n\n_A Hands-On Cookbook for Aspiring Blockchain Chefs_\n\n## Get Started\n\nReady to roll up your sleeves and cook some blockchain? 😋\n\n## Repository Structure\n\nThere are five primary directories in this repository:\n\n-   **Text**: Source of the book written in markdown. This text\n    describes the code in the other three directories.\n-   **Pallets**: Pallets for use in FRAME-based runtimes.\n-   **Runtimes**: Runtimes for use in Substrate nodes.\n-   **Consensus**: Consensus engines for use in Substrate nodes.\n-   **Nodes**: Complete Substrate nodes ready to run.\n\nThe book is built with [mdbook](https://github.com/rust-lang/mdBook) and deployed via\n[github pages](https://pages.github.com/).\n\n## Building This Book Locally\n\nBuilding the book requires [mdBook], ideally the same version that\nrust-lang/rust uses in [this file][rust-mdbook]. To get it:\n\n[mdBook]: https://github.com/rust-lang-nursery/mdBook\n[rust-mdbook]: https://github.com/rust-lang/rust/blob/master/src/tools/rustbook/Cargo.toml\n\n```bash\n$ cargo install mdbook --vers [version-num]\n```\nTo build the book, type:\n\n```bash\n$ mdbook build\n```\n\nThe output will be in the `book` subdirectory. To check it out, open up `book/index.html` in\na web browser, or to serve the book locally, type:\n\n```bash\n$ mdbook serve\n```\n\nThe default address to view the book will be located at [http://localhost:3000](http://localhost:3000) .\n\n## License\n\nThe Substrate Recipes are [GPL 3.0 Licensed](LICENSE) It is open source and\n[open for contributions](./CONTRIBUTING.md).\n\n## Using Recipes in External Projects\n\nThe pallets and runtimes provided here are tested and ready to be used in other Substrate-based\nblockchains. The big caveat is that you must use the same upstream Substrate version throughout the\nproject.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJoshOrndorff%2Fsubstrate-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJoshOrndorff%2Fsubstrate-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJoshOrndorff%2Fsubstrate-recipes/lists"}