A node dashboard that uses INX
Clone the repository with submodules
git clone --recurse-submodules https://github.com/iotaledger/inx-dashboard.gitGo to the root directory of the repo and call
./scripts/build.shTo generate a password hash, and it's salt you need to use the Hornet docker image.
After installing docker use the hornet tools to generate the password hash:
docker run -it iotaledger/hornet:2.0-rc tools pwd-hashYou can set the hash and the salt with these parameters:
./inx-dashboard --dashboard.auth.passwordHash YOURHASH --dashboard.auth.passwordSalt YOURSALTDo not forget to change username with --dashboard.auth.username
./inx-dashboard --help --full