Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,12 @@ This repo contains a streamlit [dashboard]([url](https://opendashboard-v110.stre
|
|
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 |
## Screenshots
|
61 |
|
|
|
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. **If you are running this in dev mode, be sure to run the following command to build a local database**:
|
59 |
+
|
60 |
+
```
|
61 |
+
python multigraph.py
|
62 |
+
```
|
63 |
+
By default, it creates a database for netuid 1.
|
64 |
|
65 |
## Screenshots
|
66 |
|