{"id":22799929,"url":"https://github.com/tangle-network/tangle-graphql","last_synced_at":"2025-03-30T19:17:29.248Z","repository":{"id":257815867,"uuid":"867564249","full_name":"tangle-network/tangle-graphql","owner":"tangle-network","description":"GraphQL server and API for indexing Tangle website data.","archived":false,"fork":false,"pushed_at":"2024-11-04T12:58:16.000Z","size":731,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-12T07:11:40.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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":".github/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":"2024-10-04T09:55:32.000Z","updated_at":"2024-11-04T12:58:21.000Z","dependencies_parsed_at":"2024-10-22T20:54:56.585Z","dependency_job_id":"ab3a2729-27b6-4c8b-b7d2-34a79c4221ee","html_url":"https://github.com/tangle-network/tangle-graphql","commit_stats":null,"previous_names":["tangle-network/tangle-graphql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Ftangle-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Ftangle-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Ftangle-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Ftangle-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangle-network","download_url":"https://codeload.github.com/tangle-network/tangle-graphql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237381413,"owners_count":19300927,"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":[],"created_at":"2024-12-12T07:10:27.140Z","updated_at":"2025-02-05T21:47:42.385Z","avatar_url":"https://github.com/tangle-network.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://www.webb.tools/\"\u003e\n    \n![Webb Logo](./assets/webb_banner_light.png#gh-light-mode-only)\n![Webb Logo](./assets/webb_banner_dark.png#gh-dark-mode-only)\n  \u003c/a\u003e\n  \u003c/div\u003e\n\u003ch1 align=\"left\"\u003e webb-graphql \u003c/h1\u003e\n\u003cp align=\"left\"\u003e\n    \u003cstrong\u003eA collection of GraphQL queries and clients for Tangle Network. \u003c/strong\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003ch2 id=\"table-of-contents\"\u003e Table of Contents\u003c/h2\u003e\n\n\u003cdetails open=\"open\"\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"#start\"\u003e Getting Started\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contribute\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#need-help\"\u003eNeed help?\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e  \n\u003c/details\u003e\n\n\u003ch1 id=\"start\"\u003e Getting Started \u003c/h1\u003e\n\nTangle GraphQL contains packages for GraphQL queries and clients for our various applications and infrastructures. Namely GraphQL queries/client for Tangle Network pallets.\n\n\u003ch2 id=\"prerequisites\"\u003e Prerequisites\u003c/h2\u003e\n\nBefore you begin, ensure you have met the following requirements:\n\n- [NodeJS](https://nodejs.org/en/): A modern (e.g. the LTS version) installation of NodeJS.\n- [Docker](https://www.docker.com/): The project will use Docker to run a local version of the SubQuery's node.\n\n\u003ch2 id=\"installation\"\u003e Installation \u003c/h2\u003e\n\nTo install Tangle GraphQL packages:\n\n```bash\nyarn install\n```\n\n\u003ch2 id=\"usage\"\u003e Usage \u003c/h2\u003e\n\nTo use Tangle GraphQL, refer to the README.md of the package you are interested in.\n\n\u003ch2 id=\"contribute\"\u003e Contributing \u003c/h2\u003e\n\nInterested in contributing to Tangle GraphQL? We appreciate your interest! We are always appreciative for contributions from the open-source community!\n\nIf you have a contribution in mind, please check out our [Contribution Guide](./.github/CONTRIBUTING.md) for information on how to do so. We are excited for your first contribution!\n\n\u003ch2 id=\"need-help\"\u003e Need help? \u003c/h2\u003e\n\nIf you need help or you want to additional information please:\n\n- Refer to the [Tangle Network Official Documentation](https://docs.tangle.tools/) or [Webb Official Documentation](https://docs.webb.tools/).\n- If you have feedback on how to improve the dApp interface or you have a specific question? Check out the [Tangle dApp Feedback Discussion](https://github.com/webb-tools/feedback/discussions/categories/tangle-dapp) or [Webb dApp Feedback Discussion](https://github.com/webb-tools/feedback/discussions/categories/webb-dapp-feedback).\n- If you found a bug please [open an issue](https://github.com/webb-tools/webb-dapp/issues/new/choose) or [join our Discord](https://discord.gg/jUDeFpggrR) server to report it.\n\n---\n\n**Follow us at**\n[![Follow Tangle on twitter](https://img.shields.io/twitter/follow/tangle_network.svg?style=social)](https://twitter.com/intent/follow?screen_name=tangle_network)\n[![Follow Webb on twitter](https://img.shields.io/twitter/follow/webbprotocol.svg?style=social)](https://twitter.com/intent/follow?screen_name=webbprotocol)\n[![Follow Webb on LinkedIn](https://img.shields.io/badge/LinkedIn-webbprotocol-blue?style=flat\u0026logo=linkedin\u0026logoColor=b0c0c0\u0026labelColor=363D44)](https://www.linkedin.com/company/webb-protocol/)\n\n---\n\n**Share** the project link with your network on social media.\n\n\u003ca href=\"https://www.linkedin.com/shareArticle?mini=true\u0026url=https%3A//github.com/webb-tools/webb-dapp\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/twitter/url?label=LinkedIn\u0026logo=LinkedIn\u0026style=social\u0026url=https%3A%2F%2Fgithub.com%2Fwebb-tools%2Fwebb-dapp\" alt=\"Share on LinkedIn\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/intent/tweet?text=%F0%9F%9A%80%20Explore%20%60webb-tools/webb-dapp%60%20Monorepo%20on%20Github%3A%20your%20%23zeroKnowledgeApp%20in%20%23blockchain.%20Secure%2c%20efficient%20%23crypto%20interactions%20await!%0A%0ADive%20in%20%E2%9E%A1%EF%B8%8F%20https%3A//github.com/webb-tools/webb-dapp%20%23webbEcosystem\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/twitter/url?label=Twitter\u0026logo=Twitter\u0026style=social\u0026url=https%3A%2F%2Fgithub.com%2Fwebb-tools%2Fwebb-dapp\" alt=\"Shared on Twitter\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://t.me/share/url?text=%F0%9F%9A%80%20Explore%20%60webb-tools/webb-dapp%60%20Monorepo%20on%20Github%3A%20your%20%23zeroKnowledgeApp%20in%20%23blockchain.%20Secure%2c%20efficient%20%23crypto%20interactions%20await!%0A%0ADive%20in%20%E2%9E%A1%EF%B8%8F%20https%3A//github.com/webb-tools/webb-dapp%20%23webbEcosystem\u0026url=https%3A%2F%2Fgithub.com%2Fwebb-tools%2Fwebb-dapp\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/twitter/url?label=Telegram\u0026logo=Telegram\u0026style=social\u0026url=https%3A%2F%2Fgithub.com%2Fawebb-tools%webb-dapp\" alt=\"Share on Telegram\"/\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Ftangle-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangle-network%2Ftangle-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Ftangle-graphql/lists"}