https://github.com/iotaledger/node-dashboard
https://github.com/iotaledger/node-dashboard
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iotaledger/node-dashboard
- Owner: iotaledger
- License: apache-2.0
- Created: 2020-08-21T09:54:29.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-06-12T10:04:11.000Z (about 1 year ago)
- Last Synced: 2025-06-12T11:22:57.181Z (about 1 year ago)
- Language: TypeScript
- Size: 10.9 MB
- Stars: 46
- Watchers: 3
- Forks: 8
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
IOTA Node Dashboard
About ◈
Prerequisites ◈
Getting started ◈
Supporting the project ◈
Joining the discussion
# About
Dashboard used by the IOTA-Core node software.
## Prerequisites
To deploy your own version of the Node Dashboard, you need to have at least [version 14 of Node.js](https://nodejs.org/en/download/) installed on your device.
To check if you have Node.js installed, run the following command:
```bash
node -v
```
If Node.js is installed, you should see the version that's installed.
# Getting Started
You need to run a local version of the IOTA-Core node software from the develop branch [https://github.com/iotaledger/iota-core/](https://github.com/iotaledger/iota-core/)
1. Make sure to set `dashboard.dev` to true in the config, to enable the node to serve assets
from the dev instance.
2. Install all needed npm modules via `npm install`.
3. Run a dev-server instance by running `npm run start` within the repo root directory.
4. Using default port config, you should now be able to access the dashboard under http://127.0.0.1:8081
The dashboard is hot-reload enabled.
## Supporting the project
If the Node Dashboard has been useful to you and you feel like contributing, consider submitting a [bug report](https://github.com/iotaledger/node-dashboard/issues/new), [feature request](https://github.com/iotaledger/node-dashboard/issues/new) or a [pull request](https://github.com/iotaledger/node-dashboard/pulls/).
See our [contributing guidelines](.github/CONTRIBUTING.md) for more information.
## Joining the discussion
If 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/).