We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc33fa commit a62ad74Copy full SHA for a62ad74
README.md
@@ -55,6 +55,13 @@ curl -X 'GET' 'http://localhost:8000/eth/v1/beacon/blob_sidecars/head' -H 'accep
55
curl -X 'GET' 'http://localhost:8000/eth/v1/beacon/blob_sidecars/7111008' -H 'accept: application/json'
56
```
57
58
+#### Storage Dashboard
59
+MinIO has started the dashboard, allowing you to view the status of blob storage.
60
+By default, you can access it directly at:
61
+```http
62
+http://localhost:9999
63
+```
64
+
65
## Options
66
67
### `verbose`
0 commit comments