{"id":30126516,"url":"https://github.com/iotaledger/explorer","last_synced_at":"2025-08-10T16:51:08.558Z","repository":{"id":37037524,"uuid":"256144266","full_name":"iotaledger/explorer","owner":"iotaledger","description":"Explore the IOTA Tangle","archived":false,"fork":false,"pushed_at":"2025-05-05T09:43:14.000Z","size":28869,"stargazers_count":59,"open_issues_count":49,"forks_count":22,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-05T10:40:55.564Z","etag":null,"topics":["explorer","iota","tangle"],"latest_commit_sha":null,"homepage":"https://explorer.iota.org","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/iotaledger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-16T07:42:05.000Z","updated_at":"2025-05-05T09:43:16.000Z","dependencies_parsed_at":"2024-01-22T11:43:13.407Z","dependency_job_id":"3c56d24e-d0f8-4be0-bb4b-ee45aabdacc0","html_url":"https://github.com/iotaledger/explorer","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/iotaledger/explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotaledger","download_url":"https://codeload.github.com/iotaledger/explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fexplorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756297,"owners_count":24470560,"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-10T02:00:08.965Z","response_time":71,"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":["explorer","iota","tangle"],"created_at":"2025-08-10T16:51:03.735Z","updated_at":"2025-08-10T16:51:08.460Z","avatar_url":"https://github.com/iotaledger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eExplorer for the Tangle\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.iota.org/\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/badge/Discord-9cf.svg?logo=discord\" alt=\"Discord\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://iota.stackexchange.com/\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/badge/StackExchange-9cf.svg?logo=stackexchange\" alt=\"StackExchange\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/iotaledger/explorer/blob/main/LICENSE\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/github/license/iotaledger/explorer.svg\" alt=\"Apache 2.0 license\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e ◈\n  \u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e ◈\n  \u003ca href=\"#getting-started\"\u003eGetting started\u003c/a\u003e ◈\n  \u003ca href=\"#supporting-the-project\"\u003eSupporting the project\u003c/a\u003e ◈\n  \u003ca href=\"#joining-the-discussion\"\u003eJoining the discussion\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## ⚠️ Deprecated Repository\n\n**This repository is no longer maintained and has been deprecated in favor of [explorer (rebased)](https://github.com/iotaledger/iota/tree/develop/apps/explorer).**\n\nPlease refer to the new repository for the latest updates, bug fixes, and features.\n\n## About\n\nThis repository is where the IOTA Foundation hosts the open-source code for the [Tangle Explorer website](https://explorer.iota.org/).\n\n![Tangle Explorer](images/tangle-explorer.png)\n\nThe code is composed of the following packages:\n\n- [**`api`:**](api/README.md) Handles functionality such as lookups for the client\n- [**`client`:**](client/README.md) Provides a user interface for the explorer, using React.\n\nA demonstration of the API is available [here](https://explorer-api.iota.org).\n\nThis is beta software, so there may be performance and stability issues.\nPlease report any issues in our [issue tracker](https://github.com/iotaledger/explorer/issues/new).\n\n## Prerequisites\n\nTo deploy your own version of the Tangle Explorer website, you need to have at least [version 14 of Node.js](https://nodejs.org/en/download/) and at most v16.16 installed on your device.\n\nTo check if you have Node.js installed, run the following command:\n\n```bash\nnode -v\n```\n\nIf Node.js is installed, you should see the version that's installed.\n\n## Getting started\n\n1. `npm i`\n2. Install all dependencies `npm run setup:dev`\n3. See the [deployment instructions](api/DEPLOYMENT.md).\n\n## Supporting the project\n\nIf the Tangle Explorer website has been useful to you and you feel like contributing, consider submitting a [bug report](https://github.com/iotaledger/explorer/issues/new), [feature request](https://github.com/iotaledger/explorer/issues/new) or a [pull request](https://github.com/iotaledger/explorer/pulls/).\n\nSee our [contributing guidelines](.github/CONTRIBUTING.md) for more information.\n\n## Joining the discussion\n\nIf you want to get involved in the community, need help with getting set up, have any issues or just want to discuss IOTA, feel free to join our [Discord](https://discord.iota.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotaledger%2Fexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fexplorer/lists"}