From de52d76a570c0d4fbcee80be5f3b1726370f5210 Mon Sep 17 00:00:00 2001 From: hadi-saleh14 Date: Tue, 8 Jul 2025 11:15:20 +0300 Subject: [PATCH] update decentralization docs --- content/docs/attestor-decentralization/attestor-contracts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/attestor-decentralization/attestor-contracts.mdx b/content/docs/attestor-decentralization/attestor-contracts.mdx index 67e74b5..dcd0baa 100644 --- a/content/docs/attestor-decentralization/attestor-contracts.mdx +++ b/content/docs/attestor-decentralization/attestor-contracts.mdx @@ -80,9 +80,9 @@ The [example](https://github.com/reclaimprotocol/attestor-contracts/tree/main/ex 4. **Run the script:** * `node index.js` -### zkFetch Example - Outdated +### zkFetch Example -Alternatively, you can try out an e2e [example](https://github.com/reclaimprotocol/attestor-contracts/tree/main/examples/zkfetch). This example echoes a previous deployment, but we kept it still for demonstration purposes. +Alternatively, you can try out an e2e [example](https://github.com/reclaimprotocol/attestor-contracts/tree/main/examples/zkfetch) of Reclaim's decentralized zkFetch. In contrast to "classical" zkFetch, this variant performs on-chain task creation and returns mutiple proofs based on the contract-specified `requiredAttestors` limit. 1. **Change directory into /examples/zkfetch and install packages:** * `npm install`