Dappnode package metadata wrapper and docker image based on Substrate-telemetry from Parity Tech
-
This is the DAppNode Package Substrate Telemetry Backend running backend part only. If you want to run both frontend and backend or just Telemetry frontend install this DAppNode Package Substrate Telemetry instead.
-
Frontend Telemetry Package can connect to this standalone Telemetry backend Package be configuring
REMOTE_PUBLIC_IP_TELEMETRY_BACKEND
in frontend package env. -
Install latest release here of this DAppNode Package.
-
Polkadot Node can then target Substrate Telemetry by adding option :
--telemetry-url ws://BACKEND_PUBLIC_IP:8000/submit
It is an AragonApp whose repo is deployed at this address: 0x9f85ae5aefe4a3eff39d9a44212aae21dd15079a and whose ENS address is: substrate-telemetry-backend-archipel.public.dappnode.eth
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
git
Install git commandline tool.
-
docker
Install docker. The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group,
sudo usermod -aG docker $USER
. Once you update the users group, exit from the current terminal and open a new one to make effect. -
docker-compose
Install docker-compose
Note: Make sure you can run git
, docker ps
, docker-compose
without any issue and without sudo command.
$ docker-compose up -d
$ docker-compose down
$ docker-compose ps
$ docker-compose logs -f
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under GPL3 - see the LICENSE file for details