steffenc commited on
Commit
ff5373c
Β·
unverified Β·
1 Parent(s): f842053

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -54,4 +54,15 @@ This repo contains a streamlit [dashboard]([url](https://opendashboard-v110.stre
54
  ![Screenshot 2023-07-27 at 13 39 01](https://github.com/opentensor/dashboards/assets/6709103/968253ad-b869-46c7-adef-bdefc5ccfc33)
55
 
56
 
57
- ## Metagraph
 
 
 
 
 
 
 
 
 
 
 
 
54
  ![Screenshot 2023-07-27 at 13 39 01](https://github.com/opentensor/dashboards/assets/6709103/968253ad-b869-46c7-adef-bdefc5ccfc33)
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 πŸ—„οΈ