Skip to content

Commit 9da047a

Browse files
committed
fix(docs): add JsonApi and remove the guides
1 parent 2fca02b commit 9da047a

File tree

3 files changed

+2
-723
lines changed

3 files changed

+2
-723
lines changed

docs/fdc/1-overview.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ FDC currently supports seven attestation types, each serving specific verificati
6262

6363
- **AddressValidity**: Validates the format and checksum of addresses on specified chains.
6464
- **EVMTransaction**: Verifies and retrieves transaction details from EVM-compatible chains (`ETH`, `FLR`, `SGB`).
65-
- **JsonApi**:
66-
{/* TODO */}
65+
- **JsonApi**: Fetches and processes any Web2 data using a JQ transformation, then returns it as ABI-encoded output. (Currently only on Coston & Coston2).
6766
- **Payment**: Confirms and fetches payment transaction details from non-EVM chains (`BTC`, `DOGE`, `XRP`).
6867
- **ConfirmedBlockHeightExists**: Verifies block existence and confirmation status.
6968
- **BalanceDecreasingTransaction**: Validates if a transaction reduces an address's balance.

docs/fdc/guides/evm-connectivity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 8
99
unlisted: true
1010
---
1111

12-
In [Part 1](quickstart-guide) and [Part 2](/fdc/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:
12+
In [Part 1](/fdc/getting-started) and [Part 2](/fdc/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:
1313

1414
- Move from the world of UTXO chains to the world of EVM chains with a new `EVMTransaction` attestation type.
1515
- Understand the implications of connecting account-based chains, and the additional possibilities that smart contracts bring.

0 commit comments

Comments
 (0)