Skip to content

Commit 80dd750

Browse files
authored
feat(docs): add resources page (#2261)
* docs: add resources page resolves #2260 * docs: add page
1 parent 0dcf4f3 commit 80dd750

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ function sidebarHome() {
307307
text: "Extra resources",
308308
collapsed: true,
309309
items: [
310+
{
311+
text: "Data, dashboards, & analytics",
312+
link: "/learn/resources",
313+
},
310314
{
311315
text: "Learn modular",
312316
link: "https://celestia.org/learn/",

learn/resources.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Celestia resources
2+
3+
A collection of useful tools, dashboards, and analytics platforms for exploring the Celestia network.
4+
5+
## Data analytics & dashboards
6+
7+
| Resource | Description | URL |
8+
| ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------ |
9+
| **Celenium** | Blockchain explorer and analytics platform for Celestia | [celenium.io](https://celenium.io/) |
10+
| **Celestia Data** | Comprehensive analytics and metrics for the Celestia network | [celestiadata.com](https://celestiadata.com/) |
11+
| **L2 Beat** | Data availability tracking and metrics by L2BEAT | [l2beat.com](https://l2beat.com/data-availability/projects/celestia/no-bridge) |
12+
| **Validao** | Validator and network visualization tools | [validao.xyz](https://validao.xyz/#maps-celestia-da) |
13+
14+
## Bridge & node data
15+
16+
| Resource | Description | URL |
17+
| ------------------------------ | --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
18+
| **Bridge node data dashboard** | Looker Studio dashboard for Celestia bridge metrics | [View dashboard](https://lookerstudio.google.com/u/0/reporting/73fc0733-5f3e-4a85-be1f-081f99991f4c/page/Tn17D) |
19+
20+
## Research & analytics
21+
22+
| Resource | Description | URL |
23+
| ------------------------------ | --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
24+
| **Blockworks research (paid)** | In-depth analytics and research on TIA and the Celestia network | [View Analytics](https://app.blockworksresearch.com/analytics/tia?dashboard=celestia&interval=weekly) |
25+
| **Numia blocks dashboard** | Blocks analytics dashboard | [View dashboard](https://lookerstudio.google.com/u/0/reporting/6d5530fd-4115-4951-8a79-644842f6a2b3/page/Tn17D) |
26+
| **Numia rollups dashboard** | Rollups analytics dashboard | [View dashboard](https://lookerstudio.google.com/u/0/reporting/8853db32-fe0b-4a39-b4d7-3b9efd9e5226/page/p_da0hhwxfjd) |
27+
28+
## Rollup tracking
29+
30+
| Resource | Description | URL |
31+
| -------------- | --------------------------------------- | -------------------------------- |
32+
| **rollup.wtf** | Rollup ecosystem tracking and analytics | [rollup.wtf](https://rollup.wtf) |

0 commit comments

Comments
 (0)