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
2 changes: 1 addition & 1 deletion docs/fdc/guides/data-connector-evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: FDC quickstart with EVMTransaction attestation type.
tags: [quickstart, evm, fdc]
keywords: [quickstart, evm, flare-data-connector, flare-network]
sidebar_position: 1
unlisted: true
unlisted: false
---

import Remix from "@site/src/components/remix";
Expand Down
1 change: 1 addition & 0 deletions docs/fdc/guides/data-connector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Learn how FDC obtains consensus on data from other chains.
tags: [quickstart, bitcoin, fdc]
keywords: [quickstart, bitcoin, flare-data-connector, flare-network]
sidebar_position: 1
unlisted: true
---

The Data Connector bridges the gap between different blockchains, enabling the smooth exchange of information and synchronization of smart contracts and state changes. In this guide, you will learn how to:
Expand Down
1 change: 1 addition & 0 deletions docs/fdc/guides/evm-connectivity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Learn how to connect EVM chains to Flare using FDC.
tags: [intermediate, ethereum, fdc]
keywords: [ethereum, flare-data-connector, evm, flare-network]
sidebar_position: 3
unlisted: true
---

In [Part 1](data-connector) and [Part 2](attestation-types) of the series, you you have learned how the Data Connector works and what kind of different attestations you can get from it. In this guide, you will:
Expand Down
Loading