Skip to content

Commit 819421d

Browse files
authored
Indexers refactor (#1497)
* init&finish * cont * minor fixes
1 parent a3a0df4 commit 819421d

File tree

4 files changed

+52
-15
lines changed

4 files changed

+52
-15
lines changed

.htaccess

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,5 +962,4 @@ RewriteRule ^tools/api-services/$ /tools/fullnodes-rpc-providers? [R=301,L]
962962

963963
RewriteRule ^tools/ref-block-explorers/$ /tools/block-explorers-monitoring-tools? [R=301,L]
964964

965-
966-
965+
RewriteRule ^tools/data-indexers/$ ^tools/indexers-enhanced-api-providers? [R=301,L]

components/Starknet/modules/tools/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
** xref:tools:devtools/running-devnets.adoc[Running devnets]
88
* Ecosystem
99
** xref:fullnodes-rpc-providers.adoc[Full nodes and RPC providers]
10+
** xref:indexers-enhanced-api-providers.adoc[Indexers and enhanced API providers]
1011
** xref:block-explorers-monitoring-tools.adoc[Block explorers and monitoring tools]
11-
** xref:data-indexers.adoc[Data indexers]
1212
** xref:audit.adoc[Auditors and security platforms]
1313
** xref:oracles.adoc[Oracles]
1414
** https://immunefi.com/bug-bounty/starknet/information/[Bug bounty program ↗^]

components/Starknet/modules/tools/pages/data-indexers.adoc

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
= Indexers and enhanced API providers
2+
3+
== Indexers
4+
5+
[%autowidth.stretch,cols=",",options="header"]
6+
|===
7+
| Name
8+
| URL
9+
10+
| Apibara
11+
| https://www.apibara.com/[apibara.com^]
12+
13+
| Checkpoint
14+
| https://checkpoint.box/[checkpoint.box^]
15+
16+
| Token Flow
17+
| https://tokenflow.live/[tokenflow.live^]
18+
19+
| DipDup
20+
| https://dipdup.io/[dipdup.io^]
21+
22+
| SubQuery
23+
| https://subquery.network/[subquery.network^]
24+
25+
| Footprint Analytics
26+
| https://www.footprint.network/[footprint.network^]
27+
|===
28+
29+
== Enhanced API providers
30+
31+
[cols="1,3",options="header"]
32+
|===
33+
| Name
34+
| URL
35+
36+
| Alchemy
37+
| https://docs.alchemy.com/reference/starknet-api-endpoints#nft-api[docs.alchemy.com/reference/starknet-api-endpoints^]
38+
39+
| ArkProject
40+
| https://www.arkproject.dev/products/nft-api[arkproject.dev/products/nft-api^]
41+
42+
| Blast
43+
| https://docs.blastapi.io/blast-documentation/apis-documentation/builder-api/starknet[docs.blastapi.io/blast-documentation/apis-documentation/builder-api/starknet^]
44+
45+
| NFTScan
46+
| https://docs.nftscan.com/[docs.nftscan.com^]
47+
48+
| Starkscan
49+
| https://starkscan.co/api-info[starkscan.co/api-info^]
50+
|===

0 commit comments

Comments
 (0)