Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.44 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.44 KB

Polkadot introspector

IMPORTANT NOTE: WORK IN PROGRESS! Some things might not always work as expected.

The Polkadot Introspector is a collection of tools for monitoring and introspection of Polkadot or other substrate-based blockchains.

The tools utilize data sources such as subxt or substrate-telemetry to generate output. Depending on the tool used, the data source and output may differ. For examples of how this data can be visualized in Grafana, please see the section about Grafana dashboards.

Tools available

Building

We utilize the latest polkadot metadata to decode block data. It is possible that we might lack some types, which are already present in test networks but not yet in polkadot. In such instances, we implement our own provisional types, which should be removed once they are included in the polkadot metadata.

See also: Updating a Runtime