Skip to content

Commit 5d6852f

Browse files
authored
chore(docs): update dev tooling (#1048)
2 parents e294243 + e4480cf commit 5d6852f

File tree

2 files changed

+134
-39
lines changed

2 files changed

+134
-39
lines changed

docs/network/2-developer-tools.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ import DeveloperTools from "@site/src/components/developerTools";
2626

2727
## Full-stack infra
2828

29-
## Analytics & Explorers
29+
## Analytics
30+
31+
## Explorers
3032

3133
</div>

src/data/developerTools.json

Lines changed: 131 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
"Turnkey": "Single API for creating embedded wallets, smart signers, and automating onchain actions.",
2222
"Flare Space": "Analytics for Flare's C-chain and P-chain.",
2323
"Dune": "Blockchain analytics platform for querying and visualizing onchain data.",
24-
"Into The Block": "Actionable intelligence for crypto assets and smart financial software solutions.",
24+
"Sentora": "Actionable intelligence for crypto assets and smart financial software solutions.",
2525
"Flare Metrics": "Tracker for the best DeFi opportunities on Flare.",
2626
"Flarescan": "Routescan block explorer and analytics platform for Flare networks.",
2727
"Flare Explorer": "Blockscout tool for inspecting and analyzing Flare blockchains.",
2828
"Flare Systems Explorer": "Explorer for FTSO, FDC, provider and epoch metrics.",
2929
"Arkham Intel": "Blockchain analytics platform for de-anonymizing onchain wallets and transactions.",
30-
"Dfns": "Wallets-as-a-service platform to streamline digital asset operations and onboard users into crypto."
30+
"Dfns": "Wallets-as-a-service platform to streamline digital asset operations and onboard users into crypto.",
31+
"Catenalytica": "FTSO performance, vote power insights, reward analytics and real-time network monitoring.",
32+
"FlareBase": "Web and REST APIs for key data and insights from Flare."
3133
},
3234
"networkTools": {
3335
"flare": {
@@ -38,7 +40,10 @@
3840
"name": "QuickNode",
3941
"link": "https://www.quicknode.com/chains/flare"
4042
},
41-
{ "name": "Ankr", "link": "https://www.ankr.com/rpc/flare/" },
43+
{
44+
"name": "Ankr",
45+
"link": "https://www.ankr.com/rpc/flare/"
46+
},
4247
{
4348
"name": "ChainList",
4449
"link": "https://ChainList.org/chain/14"
@@ -47,7 +52,7 @@
4752
"OFTs": [
4853
{
4954
"name": "USD₮0",
50-
"link": "https://docs.usdt0.to/technical-documentation/developer#flare"
55+
"link": "https://docs.usdt0.to/technical-documentation/developer/usdt0-deployments#flare-eid-30295"
5156
},
5257
{
5358
"name": "flrETH",
@@ -61,7 +66,7 @@
6166
"Bridges": [
6267
{
6368
"name": "LayerZero V2",
64-
"link": "https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#flare"
69+
"link": "https://docs.layerzero.network/v2/deployments/chains/flare"
6570
},
6671
{
6772
"name": "Stargate V2",
@@ -87,8 +92,14 @@
8792
}
8893
],
8994
"Wallet SDKs": [
90-
{ "name": "Turnkey", "link": "https://www.turnkey.com" },
91-
{ "name": "Wagmi", "link": "https://wagmi.sh/react/chains" },
95+
{
96+
"name": "Turnkey",
97+
"link": "https://www.turnkey.com"
98+
},
99+
{
100+
"name": "Wagmi",
101+
"link": "https://wagmi.sh/react/chains"
102+
},
92103
{
93104
"name": "RainbowKit",
94105
"link": "https://www.rainbowkit.com/docs/introduction"
@@ -107,33 +118,58 @@
107118
}
108119
],
109120
"Full-stack infra": [
110-
{ "name": "Tenderly", "link": "https://tenderly.co" },
111-
{ "name": "Thirdweb", "link": "https://14.rpc.thirdweb.com" }
121+
{
122+
"name": "Tenderly",
123+
"link": "https://tenderly.co"
124+
},
125+
{
126+
"name": "Thirdweb",
127+
"link": "https://14.rpc.thirdweb.com"
128+
}
112129
],
113-
"Analytics & Explorers": [
130+
"Analytics": [
114131
{
115132
"name": "Dune",
116133
"link": "https://dune.com/flare/flare-network-overview"
117134
},
118135
{
119-
"name": "Into The Block",
120-
"link": "https://app.intotheblock.com/perspectives/flare_defi_ecosystem"
136+
"name": "Sentora",
137+
"link": "https://sentora.com/research/dashboards/flare-defi-ecosystem"
121138
},
122139
{
123140
"name": "Arkham Intel",
124141
"link": "https://intel.arkm.com/explorer/entity/flare-network"
125142
},
143+
{
144+
"name": "Flare Metrics",
145+
"link": "https://flaremetrics.io/defi"
146+
},
147+
{
148+
"name": "Catenalytica",
149+
"link": "https://catenalytica.com"
150+
},
151+
{
152+
"name": "FlareBase",
153+
"link": "https://flare-base.io/flare"
154+
}
155+
],
156+
"Explorers": [
126157
{
127158
"name": "Flare Explorer",
128159
"link": "https://flare-explorer.flare.network"
129160
},
130-
{ "name": "Flarescan", "link": "https://flarescan.com" },
161+
{
162+
"name": "Flarescan",
163+
"link": "https://flarescan.com"
164+
},
131165
{
132166
"name": "Flare Systems Explorer",
133167
"link": "https://flare-systems-explorer.flare.network"
134168
},
135-
{ "name": "Flare Space", "link": "https://flare.space" },
136-
{ "name": "Flare Metrics", "link": "https://flaremetrics.io/defi" }
169+
{
170+
"name": "Flare Space",
171+
"link": "https://flare.space"
172+
}
137173
]
138174
}
139175
},
@@ -145,7 +181,10 @@
145181
"name": "QuickNode",
146182
"link": "https://www.quicknode.com/chains/flare"
147183
},
148-
{ "name": "Ankr", "link": "https://www.ankr.com/rpc/flare/" },
184+
{
185+
"name": "Ankr",
186+
"link": "https://www.ankr.com/rpc/flare/"
187+
},
149188
{
150189
"name": "ChainList",
151190
"link": "https://ChainList.org/chain/114"
@@ -155,19 +194,24 @@
155194
"Bridges": [
156195
{
157196
"name": "LayerZero V2",
158-
"link": "https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#flare-testnet"
159-
},
160-
{
161-
"name": "Omnichain Fungible Tokens (OFTs)",
162-
"link": "https://stargateprotocol.gitbook.io/stargate/v/v2-developer-docs/technical-reference/v2-supported-networks-and-assets#flare"
197+
"link": "https://docs.layerzero.network/v2/deployments/chains/flare-testnet"
163198
}
164199
],
165200
"Indexers": [
166-
{ "name": "Goldsky", "link": "https://docs.goldsky.com/chains/flare" }
201+
{
202+
"name": "Goldsky",
203+
"link": "https://docs.goldsky.com/chains/flare"
204+
}
167205
],
168206
"Wallet SDKs": [
169-
{ "name": "Turnkey", "link": "https://www.turnkey.com" },
170-
{ "name": "Wagmi", "link": "https://wagmi.sh/react/chains" },
207+
{
208+
"name": "Turnkey",
209+
"link": "https://www.turnkey.com"
210+
},
211+
{
212+
"name": "Wagmi",
213+
"link": "https://wagmi.sh/react/chains"
214+
},
171215
{
172216
"name": "RainbowKit",
173217
"link": "https://www.rainbowkit.com/docs/introduction"
@@ -182,17 +226,28 @@
182226
}
183227
],
184228
"Full-stack infra": [
185-
{ "name": "Tenderly", "link": "https://tenderly.co" },
186-
{ "name": "Thirdweb", "link": "https://114.rpc.thirdweb.com" }
229+
{
230+
"name": "Tenderly",
231+
"link": "https://tenderly.co"
232+
},
233+
{
234+
"name": "Thirdweb",
235+
"link": "https://114.rpc.thirdweb.com"
236+
}
187237
],
188-
"Analytics & Explorers": [
238+
"Analytics": [],
239+
"Explorers": [
189240
{
190241
"name": "Flare Explorer",
191242
"link": "https://coston2-explorer.flare.network"
192243
},
193244
{
194245
"name": "Flarescan",
195246
"link": "https://coston2.testnet.flarescan.com"
247+
},
248+
{
249+
"name": "Flare Systems Explorer",
250+
"link": "https://coston2-systems-explorer.flare.network"
196251
}
197252
]
198253
}
@@ -201,7 +256,10 @@
201256
"name": "Songbird Canary-Network",
202257
"categories": {
203258
"RPCs": [
204-
{ "name": "Ankr", "link": "https://www.ankr.com/rpc/flare/" },
259+
{
260+
"name": "Ankr",
261+
"link": "https://www.ankr.com/rpc/flare/"
262+
},
205263
{
206264
"name": "ChainList",
207265
"link": "https://ChainList.org/chain/19"
@@ -216,7 +274,10 @@
216274
}
217275
],
218276
"Wallet SDKs": [
219-
{ "name": "Wagmi", "link": "https://wagmi.sh/react/chains" },
277+
{
278+
"name": "Wagmi",
279+
"link": "https://wagmi.sh/react/chains"
280+
},
220281
{
221282
"name": "RainbowKit",
222283
"link": "https://www.rainbowkit.com/docs/introduction"
@@ -227,15 +288,30 @@
227288
}
228289
],
229290
"Full-stack infra": [
230-
{ "name": "Tenderly", "link": "https://tenderly.co" },
231-
{ "name": "Thirdweb", "link": "https://19.rpc.thirdweb.com" }
291+
{
292+
"name": "Tenderly",
293+
"link": "https://tenderly.co"
294+
},
295+
{
296+
"name": "Thirdweb",
297+
"link": "https://19.rpc.thirdweb.com"
298+
}
232299
],
233-
"Analytics & Explorers": [
300+
"Analytics": [
301+
{
302+
"name": "FlareBase",
303+
"link": "https://flare-base.io/songbird"
304+
}
305+
],
306+
"Explorers": [
234307
{
235308
"name": "Flare Explorer",
236309
"link": "https://songbird-explorer.flare.network"
237310
},
238-
{ "name": "Flarescan", "link": "https://songbird.flarescan.com" },
311+
{
312+
"name": "Flarescan",
313+
"link": "https://songbird.flarescan.com"
314+
},
239315
{
240316
"name": "Flare Systems Explorer",
241317
"link": "https://songbird-systems-explorer.flare.network"
@@ -247,7 +323,10 @@
247323
"name": "Songbird Testnet Coston",
248324
"categories": {
249325
"RPCs": [
250-
{ "name": "Ankr", "link": "https://www.ankr.com/rpc/flare/" },
326+
{
327+
"name": "Ankr",
328+
"link": "https://www.ankr.com/rpc/flare/"
329+
},
251330
{
252331
"name": "ChainList",
253332
"link": "https://ChainList.org/chain/16"
@@ -257,7 +336,10 @@
257336
"Bridges": [],
258337
"Indexers": [],
259338
"Wallet SDKs": [
260-
{ "name": "Wagmi", "link": "https://wagmi.sh/react/chains" },
339+
{
340+
"name": "Wagmi",
341+
"link": "https://wagmi.sh/react/chains"
342+
},
261343
{
262344
"name": "RainbowKit",
263345
"link": "https://www.rainbowkit.com/docs/introduction"
@@ -268,17 +350,28 @@
268350
}
269351
],
270352
"Full-stack infra": [
271-
{ "name": "Tenderly", "link": "https://tenderly.co" },
272-
{ "name": "Thirdweb", "link": "https://16.rpc.thirdweb.com" }
353+
{
354+
"name": "Tenderly",
355+
"link": "https://tenderly.co"
356+
},
357+
{
358+
"name": "Thirdweb",
359+
"link": "https://16.rpc.thirdweb.com"
360+
}
273361
],
274-
"Analytics & Explorers": [
362+
"Analytics": [],
363+
"Explorers": [
275364
{
276365
"name": "Flare Explorer",
277366
"link": "https://coston-explorer.flare.network"
278367
},
279368
{
280369
"name": "Flarescan",
281370
"link": "https://coston.testnet.flarescan.com"
371+
},
372+
{
373+
"name": "Flare Systems Explorer",
374+
"link": "https://coston-systems-explorer.flare.network"
282375
}
283376
]
284377
}

0 commit comments

Comments
 (0)