{"id":22799869,"url":"https://github.com/tangle-network/dfns-cggmp21-blueprint","last_synced_at":"2025-03-30T19:17:25.224Z","repository":{"id":263470428,"uuid":"889118842","full_name":"tangle-network/dfns-cggmp21-blueprint","owner":"tangle-network","description":"A DFNS CGGMP21 Blueprint that can run keygen and signing jobs on demand from the Tangle network","archived":false,"fork":false,"pushed_at":"2025-02-04T01:32:39.000Z","size":808,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T02:27:30.136Z","etag":null,"topics":["tangle-blueprint"],"latest_commit_sha":null,"homepage":"","language":"Solidity","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":"2024-11-15T16:40:09.000Z","updated_at":"2024-11-18T16:27:13.000Z","dependencies_parsed_at":"2024-11-18T18:51:53.152Z","dependency_job_id":"1b59584c-2f9a-4a6e-a8b3-bc71d014a586","html_url":"https://github.com/tangle-network/dfns-cggmp21-blueprint","commit_stats":null,"previous_names":["tangle-network/dfns-cggmp21-blueprint"],"tags_count":0,"template":false,"template_full_name":"tangle-network/blueprint-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdfns-cggmp21-blueprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdfns-cggmp21-blueprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdfns-cggmp21-blueprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fdfns-cggmp21-blueprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangle-network","download_url":"https://codeload.github.com/tangle-network/dfns-cggmp21-blueprint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365647,"owners_count":20765549,"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":["tangle-blueprint"],"created_at":"2024-12-12T07:10:09.707Z","updated_at":"2025-03-30T19:17:24.869Z","avatar_url":"https://github.com/tangle-network.png","language":"Solidity","funding_links":[],"categories":["MPC"],"sub_categories":[],"readme":"# \u003ch1 align=\"center\"\u003e A Tangle Blueprint 🌐 \u003c/h1\u003e\n\n**A simple Hello World Blueprint for Tangle**\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- [Tangle](https://github.com/tangle-network/tangle?tab=readme-ov-file#-getting-started-)\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\ncurl --proto '=https' --tlsv1.2 -LsSf https://github.com/tangle-network/gadget/releases/download/cargo-tangle-v0.1.2/cargo-tangle-installer.sh | sh\n```\n\nOr, if you prefer to install the CLI from crates.io:\n\n```bash\ncargo install cargo-tangle --force # to get the latest version.\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## 📚 Overview\n\nThis project is about creating a simple Hello World Blueprint for Tangle and EigenLayer.\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).\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\nour [GitHub repository](https://github.com/tangle-network/blueprint-template/issues).\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Fdfns-cggmp21-blueprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangle-network%2Fdfns-cggmp21-blueprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Fdfns-cggmp21-blueprint/lists"}