Go to file
2021-07-02 18:22:52 +03:00
.github/workflows CI: show tag_prefix in job name 2021-07-02 18:22:52 +03:00
.vscode Handle SIGTERM (#3) 2021-06-24 20:00:55 +03:00
s6/root Run fluence as user 'abc' 2021-06-30 23:37:58 +03:00
.gitignore Initial commit 2021-06-21 16:37:26 +03:00
docker-compose.yml Add ipfs-adapter builtin (#4) 2021-07-01 23:05:56 +03:00
Dockerfile Add ipfs-adapter builtin (#4) 2021-07-01 23:05:56 +03:00
LICENSE Initial commit 2021-06-21 16:37:26 +03:00
README.md Add README.md 2021-06-22 13:38:59 +03:00
run_fluence Run fluence as user 'abc' 2021-06-30 23:37:58 +03:00

node-distro

The distributive and packaging of the Fluence node.

Currently provides Network Dashboard as a side-car.

How to run

Copy docker-compose.yml locally and run

docker-compose up -d

That will run 2 containers: local Fluence node and Network Dashboard connected to it.

How to open dashboard

Open http://localhost:8080 in your browser