About ◈ Prerequisites ◈ Getting started ◈ Supporting the project ◈ Joining the discussion
Dashboard used by the IOTA-Core node software.
To deploy your own version of the Node Dashboard, you need to have at least version 14 of Node.js installed on your device.
To check if you have Node.js installed, run the following command:
node -v
If Node.js is installed, you should see the version that's installed.
You need to run a local version of the IOTA-Core node software from the develop branch https://github.com/iotaledger/iota-core/
- Make sure to set
dashboard.dev
to true in the config, to enable the node to serve assets from the dev instance. - Install all needed npm modules via
npm install
. - Run a dev-server instance by running
npm run start
within the repo root directory. - 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.
If the Node Dashboard has been useful to you and you feel like contributing, consider submitting a bug report, feature request or a pull request.
See our contributing guidelines for more information.
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.