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`