{"id":30071285,"url":"https://github.com/tangle-network/docker-blueprint-template","last_synced_at":"2025-08-08T12:40:11.898Z","repository":{"id":283342499,"uuid":"951350256","full_name":"tangle-network/docker-blueprint-template","owner":"tangle-network","description":"A simple Tangle blueprint template for deploying Dockerized services","archived":false,"fork":false,"pushed_at":"2025-03-19T20:42:16.000Z","size":125,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T10:06:58.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tangle-network.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2025-03-19T14:41:48.000Z","updated_at":"2025-03-19T14:41:54.000Z","dependencies_parsed_at":"2025-03-19T19:39:26.304Z","dependency_job_id":null,"html_url":"https://github.com/tangle-network/docker-blueprint-template","commit_stats":null,"previous_names":["tangle-network/docker-blueprint-template"],"tags_count":0,"template":false,"template_full_name":"tangle-network/blueprint-template","purl":"pkg:github/tangle-network/docker-blueprint-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdocker-blueprint-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdocker-blueprint-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdocker-blueprint-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdocker-blueprint-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangle-network","download_url":"https://codeload.github.com/tangle-network/docker-blueprint-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdocker-blueprint-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269423668,"owners_count":24414611,"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-08T02:00:09.200Z","response_time":72,"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":"2025-08-08T12:40:09.127Z","updated_at":"2025-08-08T12:40:11.887Z","avatar_url":"https://github.com/tangle-network.png","language":"Rust","readme":"# \u003ch1 align=\"center\"\u003eHello World Tangle Blueprint 🌐\u003c/h1\u003e\n\n## 📚 Overview\n\nThis Tangle Blueprint provides a simple Hello World job.\nBlueprints are specifications for \u003cabbr title=\"Actively Validated Services\"\u003eAVS\u003c/abbr\u003es on the Tangle Network. An AVS is\nan off-chain service that runs arbitrary computations for a user-specified period of time.\n\nBlueprints provide a useful abstraction, allowing developers to create reusable service infrastructures as if they were\nsmart contracts. This enables developers to monetize their work and align long-term incentives with the success of their\ncreations, benefiting proportionally to their Blueprint's usage.\n\nFor more details, please refer to the [project documentation](https://docs.tangle.tools/developers/blueprints/introduction).\n\n## 🚀 Features\n\n- Custom greeting messages\n- Default \"Hello World!\" messages\n- ...\n\n## 📋 Prerequisites\n\nBefore you can run this project, you will need to have the following software installed on your machine:\n\n- [Rust](https://www.rust-lang.org/tools/install)\n- [Forge](https://getfoundry.sh)\n\nYou will also need to install [cargo-tangle](https://crates.io/crates/cargo-tangle), our CLI tool for creating and\ndeploying Tangle Blueprints:\n\nTo install the Tangle CLI, run the following command:\n\n\u003e Supported on Linux, MacOS, and Windows (WSL2)\n\n```bash\ncargo install cargo-tangle --git https://github.com/tangle-network/blueprint\n```\n\n## ⭐ Getting Started\n\nOnce `cargo-tangle` is installed, you can create a new project with the following command:\n\n```sh\ncargo tangle blueprint create --name \u003cproject-name\u003e\n```\n\nand follow the instructions to create a new project.\n\n## 🛠️ Development\n\nOnce you have created a new project, you can run the following command to start the project:\n\n```sh\ncargo build\n```\n\nto build the project, and\n\n```sh\ncargo tangle blueprint deploy\n```\n\nto deploy the blueprint to the Tangle network.\n\n## 📜 License\n\nLicensed under either of\n\n* Apache License, Version 2.0\n  ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license\n  ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## 📬 Feedback and Contributions\n\nWe welcome feedback and contributions to improve this blueprint.\nPlease open an issue or submit a pull request on our GitHub repository.\nPlease let us know if you fork this blueprint and extend it too!\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Fdocker-blueprint-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangle-network%2Fdocker-blueprint-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Fdocker-blueprint-template/lists"}