Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
@@ -54,4 +54,15 @@ This repo contains a streamlit [dashboard]([url](https://opendashboard-v110.stre
|
|
54 |

|
55 |
|
56 |
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |

|
55 |
|
56 |
|
57 |
+
# Metagraph
|
58 |
+
This repo contains a WIP streamlit dashboard for inspecting the bittensor blockchain. It uses the `multigraph.py` script to pull metagraph snapshots from subtensor and then constructs a dataframe from these snapshots.
|
59 |
+
|
60 |
+
**Feature list**:
|
61 |
+
- Stake, incentive, dividends by block/time π°
|
62 |
+
- Weights and consensus πͺ
|
63 |
+
- Churn and registration rate π¦
|
64 |
+
- Clustering of hotkeys based on shared coldkeys and IPs π₯
|
65 |
+
- Clustering of hotkeys based on weights and correlations between stake π
|
66 |
+
- Connectivity embedding of metagraph snapshots β‘οΈ
|
67 |
+
- All of the above for user-selected UIDs/hotkeys π§
|
68 |
+
- Full block introspection ποΈ
|