Skip to content

Demia-Protocol/node-dashboard

 
 

Repository files navigation

IOTA Node Dashboard

Discord StackExchange Apache-2.0 license

AboutPrerequisitesGetting startedSupporting the projectJoining the discussion

About

Common dashboard used by IOTA node software Hornet and Bee.

Prerequisites

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.

Getting Started

You need to run a local version of the Hornet node software from the main branch https://github.com/iotaledger/hornet/

  1. Make sure to set dashboard.dev to true in Hornet 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, feature request or a pull request.

See our contributing guidelines 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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.4%
  • SCSS 8.8%
  • JavaScript 5.6%
  • HTML 0.2%