{"id":30126523,"url":"https://github.com/iotaledger/wasp-dashboard","last_synced_at":"2025-08-10T16:51:10.715Z","repository":{"id":149956845,"uuid":"538457027","full_name":"iotaledger/wasp-dashboard","owner":"iotaledger","description":"standalone dashboard for Wasp node software","archived":false,"fork":false,"pushed_at":"2024-03-18T12:31:00.000Z","size":6765,"stargazers_count":4,"open_issues_count":28,"forks_count":1,"subscribers_count":22,"default_branch":"develop","last_synced_at":"2024-05-02T02:02:27.235Z","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/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}},"created_at":"2022-09-19T10:55:07.000Z","updated_at":"2024-01-09T07:22:36.000Z","dependencies_parsed_at":"2024-03-18T14:03:19.318Z","dependency_job_id":null,"html_url":"https://github.com/iotaledger/wasp-dashboard","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/iotaledger/wasp-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fwasp-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fwasp-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fwasp-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fwasp-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotaledger","download_url":"https://codeload.github.com/iotaledger/wasp-dashboard/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fwasp-dashboard/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":[],"created_at":"2025-08-10T16:51:05.632Z","updated_at":"2025-08-10T16:51:10.652Z","avatar_url":"https://github.com/iotaledger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eIOTA Wasp Dashboard\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/wasp-dashboard/blob/develop/LICENSE\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/github/license/iotaledger/wasp-dashboard.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# About\n\nDashboard for the 0.4.x-alpha+ Wasp node.\n\n## Prerequisites\n\nTo deploy your own version of the Node Dashboard, you need to have at least [version 18 of Node.js](https://nodejs.org/en/download/) 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\nThe dashboard is integrated into the common [local-docker-setup](https://github.com/iotaledger/wasp/tree/develop/tools/local-setup) by default.\n\nIf you need to run a local dev version of the dashboard, you need to run a Wasp node from the main branch using the local setup [local-docker-setup](https://github.com/iotaledger/wasp/tree/develop/tools/local-setup)\n\nThen follow these steps:\n\n1. Install all needed npm modules via `npm install`.\n2. Create a `.env.development` file inside the repo root directory and configure the Wasp API url:\n\n-   local-docker-setup node:\n    -   `VITE_REACT_APP_WASP_API_URL=http://localhost/wasp/api`\n-   locally built node:\n    -   `VITE_REACT_APP_WASP_API_URL=http://localhost:9090`\n\n3. Run a dev-server instance by running `npm start` within the repo root directory.\n4. Using default port config, you should now be able to access the dashboard under http://127.0.0.1:5173/wasp/dashboard\n\nThe dashboard is hot-reload enabled.\n\n# Docker\n\nIf you want to run an official prebuilt version of the dashboard using docker, run the following command:\n\n`docker run -p 127.0.0.1:8080:80 -e WASP_API_URL=\"http://localhost:9090\" iotaledger/wasp-dashboard`\n\nThe `WASP_API_URL` might need to be changed depending on your setup.\n\n-   local-docker-setup node:\n    -   `WASP_API_URL=http://localhost/wasp/api`\n-   locally built node:\n    -   `WASP_API_URL=http://localhost:9090`\n\n## Supporting the project\n\nIf the Wasp Dashboard has been useful to you and you feel like contributing, consider submitting a [bug report](https://github.com/iotaledger/wasp-dashboard/issues/new), [feature request](https://github.com/iotaledger/wasp-dashboard/issues/new) or a [pull request](https://github.com/iotaledger/wasp-dashboard/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%2Fwasp-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotaledger%2Fwasp-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fwasp-dashboard/lists"}