@@ -30,6 +30,7 @@ keywords:
3030import ThemedImage from " @theme/ThemedImage" ;
3131import useBaseUrl from " @docusaurus/useBaseUrl" ;
3232import DocCard from " @theme/DocCard" ;
33+ import CopyButton from " @site/src/components/CopyButton" ;
3334
3435Start building on Flare, the interoperable EVM L1 engineered for a data-rich, interconnected future.
3536Flare Developer Hub is your central resource, containing the tutorials, SDKs, and API documentation you need to succeed.
@@ -64,12 +65,12 @@ Dive in to Flare's enshrined data, fast finality, and soon, verifiable compute w
6465 </div >
6566</div >
6667
67- | Network | Flare Mainnet | Flare Testnet Coston2 |
68- | :----------- | :----------------------------------------------------------------------------- | :--------------------------------------------------------------------------------- |
69- | ** RPC** | ` https://flare-api.flare.network/ext/C/rpc ` | ` https://coston2-api.flare.network/ext/C/rpc ` |
70- | ** Chain ID** | ` 14 ` | ` 114 ` |
71- | ** Explorer** | [ ` https://flare-explorer.flare.network ` ] ( https://flare-explorer.flare.network ) | [ ` https://coston2-explorer.flare.network ` ] ( https://coston2-explorer.flare.network ) |
72- | ** Faucet** | N/A | Request C2FLR from the [ Coston2 Faucet] ( https://faucet.flare.network/coston2 ) |
68+ | Network | Flare Mainnet | Flare Testnet Coston2 |
69+ | :----------- | :------------------------------------------------------------------------------------------------------------------- | :-------------------------------------- --------------------------------------------------------------------------------- |
70+ | ** RPC** | < code >flare-api.flare.network/ext/C/rpc</ code > < CopyButton textToCopy = " https://flare-api.flare.network/ext/C/rpc" /> | < code >coston2-api.flare.network/ext/C/rpc</ code > < CopyButton textToCopy = " https://coston2-api.flare.network/ext/C/rpc" /> |
71+ | ** Chain ID** | < code >14</ code > < CopyButton textToCopy = " 14 " /> | < code > 114</ code > < CopyButton textToCopy = " 114 " /> |
72+ | ** Explorer** | [ ` https://flare-explorer.flare.network ` ] ( https://flare-explorer.flare.network ) | [ ` https://coston2-explorer.flare.network ` ] ( https://coston2-explorer.flare.network ) |
73+ | ** Faucet** | N/A | Request C2FLR, FXRP and USDT0 from the [ Coston2 Faucet] ( https://faucet.flare.network/coston2 ) |
7374
7475Additional configuration and API resources are detailed on the [ Network] ( /network/overview ) page.
7576
@@ -78,25 +79,24 @@ Additional configuration and API resources are detailed on the [Network](/networ
7879<div className = " row" >
7980 <div className = " col col--6 margin-bottom--lg" >
8081 <DocCard
82+ tag = " New"
8183 item = { {
8284 type: " link" ,
83- label: " Flare Time Series Oracle (FTSOv2)" ,
84- href: " /ftso/getting-started" ,
85- description:
86- " Easily integrate fast, secure, and decentralized price feeds." ,
85+ label: " Flare Smart Accounts" ,
86+ href: " /smart-accounts/overview" ,
87+ description: " Account abstraction for XRPL users on Flare." ,
8788 docId: undefined ,
8889 }}
8990 />
9091 </div >
9192 <div className = " col col--6 margin-bottom--lg" >
9293 <DocCard
93- tag = " Coming Soon "
94+ tag = " New "
9495 item = { {
9596 type: " link" ,
96- label: " Flare Data Connector (FDC)" ,
97- href: " /fdc/getting-started" ,
98- description:
99- " Reliably access external blockchain events and real-world APIs." ,
97+ label: " FXRP" ,
98+ href: " /fxrp/overview" ,
99+ description: " Use XRP on Flare via trustless FAssets." ,
100100 docId: undefined ,
101101 }}
102102 />
@@ -112,6 +112,30 @@ Additional configuration and API resources are detailed on the [Network](/networ
112112 }}
113113 />
114114 </div >
115+ <div className = " col col--6 margin-bottom--lg" >
116+ <DocCard
117+ item = { {
118+ type: " link" ,
119+ label: " Flare Time Series Oracle (FTSOv2)" ,
120+ href: " /ftso/getting-started" ,
121+ description:
122+ " Easily integrate fast, secure, and decentralized price feeds." ,
123+ docId: undefined ,
124+ }}
125+ />
126+ </div >
127+ <div className = " col col--6 margin-bottom--lg" >
128+ <DocCard
129+ item = { {
130+ type: " link" ,
131+ label: " Flare Data Connector (FDC)" ,
132+ href: " /fdc/getting-started" ,
133+ description:
134+ " Reliably access external blockchain events and real-world APIs." ,
135+ docId: undefined ,
136+ }}
137+ />
138+ </div >
115139 <div className = " col col--6 margin-bottom--lg" >
116140 <DocCard
117141 item = { {
0 commit comments