Telemetry site for Substrate-based blockchains.
Source code: https://github.com/paritytech/substrate-telemetry
-
Run your node with
--telemetry-url "wss://telemetry.rs/submit 0"
parameter. For example when running the Gear node:gear --name "node-in-telemetry" --telemetry-url "wss://telemetry.rs/submit 0"
-
Open https://telemetry.rs and find your node by name (
node-in-telemetry
in the example above). Use the name filter by typing the node's name if necessary.
- Rust
- Node.js
- Yarn
- (optional) Ansible
-
Build both backend and frontend:
make
-
Install on the Ubuntu server using Ansible:
make install
-
Serve locally:
make -j3 serve
Substrate telemetry service is distributed under the terms of the GPL-3.0 license.