Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/network/2-developer-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: developer-tools
title: Developer Tools
sidebar_label: Developer Tools
description: Developer tools for Flare including RPCs, bridges, indexers, wallet SDKs, and more.
description: Developer tools for Flare including RPCs, bridges, wallet SDKs, and more.
keywords: [developer tools, rpc, bridge, indexer, sdk, wallet]
toc_min_heading_level: 2
toc_max_heading_level: 3
Expand All @@ -14,12 +14,12 @@ import DeveloperTools from "@site/src/components/developerTools";

<div className="visually-hidden">

## Bridges

## RPCs

## OFTs

## Bridges

## Indexers

## Wallet SDKs
Expand Down
8 changes: 3 additions & 5 deletions src/components/developerTools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const DeveloperTools: React.FC = () => {
{/* Header Section */}
<div className="developer-tools-header">
<p>
Developer tools for Flare including RPCs, bridges, indexers, account
abstraction, wallet SDKs, and more.
Developer tools for Flare including RPCs, bridges, wallet SDKs, and
more.
</p>
{/* Network Selector */}
<div className="network-selector-container">
Expand Down Expand Up @@ -132,9 +132,7 @@ const DeveloperTools: React.FC = () => {
<div className="tools-cards">
{/* Check if tools array exists and is empty */}
{tools?.length === 0 ? (
<div className="empty-category">
No tools listed in this category
</div>
<div className="empty-category">No tools in this category</div>
) : (
/* Map over tools if array has items */
tools?.map((tool) => (
Expand Down
71 changes: 40 additions & 31 deletions src/data/developerTools.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"SubQuery": "Open indexing protocol for organizing and querying blockchain data efficiently.",
"sqd": "Blockchain indexing solution optimized for speed, reliability, and data transformations.",
"MetaMask Embedded Wallets": "OAuth social logins with non-custodial key management for Web3 applications.",
"Etherspot Prime SDK": "Wallet infrastructure using account abstraction and batched transactions.",
"Etherspot Prime SDK": "ERC-4337 account abstraction features like sponsored txs, ERC-20 gas payments, and more.",
"Etherspot Modular SDK": "ERC-7579 smart account modules.",
"Wagmi": "React hooks library streamlining wallet connections and contract interactions.",
"RainbowKit": "Customizable React components for wallet connections.",
"Tenderly": "Development platform offering debugging, monitoring, and simulation services.",
Expand All @@ -35,6 +36,20 @@
"flare": {
"name": "Flare Mainnet",
"categories": {
"Bridges": [
{
"name": "LayerZero V2",
"link": "https://docs.layerzero.network/v2/deployments/chains/flare"
},
{
"name": "Stargate V2",
"link": "https://stargateprotocol.gitbook.io/stargate/v/v2-developer-docs/technical-reference/mainnet-contracts#flare"
},
{
"name": "zkBridge",
"link": "https://docs.zkbridge.com/layerzero-zklightclient-configurations/layerzero-v2-zklightclient-dvn-addresses"
}
],
"RPCs": [
{
"name": "QuickNode",
Expand Down Expand Up @@ -63,20 +78,6 @@
"link": "https://stargateprotocol.gitbook.io/stargate/v/v2-developer-docs/technical-reference/v2-supported-networks-and-assets#flare"
}
],
"Bridges": [
{
"name": "LayerZero V2",
"link": "https://docs.layerzero.network/v2/deployments/chains/flare"
},
{
"name": "Stargate V2",
"link": "https://stargateprotocol.gitbook.io/stargate/v/v2-developer-docs/technical-reference/mainnet-contracts#flare"
},
{
"name": "zkBridge",
"link": "https://docs.zkbridge.com/layerzero-zklightclient-configurations/layerzero-v2-zklightclient-dvn-addresses"
}
],
"Indexers": [
{
"name": "Goldsky",
Expand All @@ -100,10 +101,6 @@
"name": "Wagmi",
"link": "https://wagmi.sh/react/chains"
},
{
"name": "RainbowKit",
"link": "https://www.rainbowkit.com/docs/introduction"
},
{
"name": "MetaMask Embedded Wallets",
"link": "https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/flare/"
Expand All @@ -112,9 +109,17 @@
"name": "Etherspot Prime SDK",
"link": "https://etherspot.fyi/prime-sdk/intro"
},
{
"name": "Etherspot Modular SDK",
"link": "https://etherspot.fyi/modular-sdk/intro"
},
{
"name": "Dfns",
"link": "https://www.dfns.co"
},
{
"name": "RainbowKit",
"link": "https://www.rainbowkit.com/docs/introduction"
}
],
"Full-stack infra": [
Expand Down Expand Up @@ -176,6 +181,12 @@
"coston2": {
"name": "Flare Testnet Coston2",
"categories": {
"Bridges": [
{
"name": "LayerZero V2",
"link": "https://docs.layerzero.network/v2/deployments/chains/flare-testnet"
}
],
"RPCs": [
{
"name": "QuickNode",
Expand All @@ -191,12 +202,6 @@
}
],
"OFTs": [],
"Bridges": [
{
"name": "LayerZero V2",
"link": "https://docs.layerzero.network/v2/deployments/chains/flare-testnet"
}
],
"Indexers": [
{
"name": "Goldsky",
Expand All @@ -212,17 +217,21 @@
"name": "Wagmi",
"link": "https://wagmi.sh/react/chains"
},
{
"name": "RainbowKit",
"link": "https://www.rainbowkit.com/docs/introduction"
},
{
"name": "MetaMask Embedded Wallets",
"link": "https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/flare/"
},
{
"name": "Etherspot Prime SDK",
"link": "https://etherspot.fyi/prime-sdk/intro"
},
{
"name": "Etherspot Modular SDK",
"link": "https://etherspot.fyi/modular-sdk/intro"
},
{
"name": "RainbowKit",
"link": "https://www.rainbowkit.com/docs/introduction"
}
],
"Full-stack infra": [
Expand Down Expand Up @@ -255,6 +264,7 @@
"songbird": {
"name": "Songbird Canary-Network",
"categories": {
"Bridges": [],
"RPCs": [
{
"name": "Ankr",
Expand All @@ -266,7 +276,6 @@
}
],
"OFTs": [],
"Bridges": [],
"Indexers": [
{
"name": "SubQuery",
Expand Down Expand Up @@ -318,6 +327,7 @@
"coston": {
"name": "Songbird Testnet Coston",
"categories": {
"Bridges": [],
"RPCs": [
{
"name": "Ankr",
Expand All @@ -329,7 +339,6 @@
}
],
"OFTs": [],
"Bridges": [],
"Indexers": [],
"Wallet SDKs": [
{
Expand Down