diff --git a/content/docs/onchain/cardano/index.mdx b/content/docs/onchain/cardano/index.mdx index 5828531..c2a007a 100644 --- a/content/docs/onchain/cardano/index.mdx +++ b/content/docs/onchain/cardano/index.mdx @@ -10,10 +10,9 @@ Reclaim Protocol Proofs provide a secure way to verify user data in blockchain a 1. **Request Proofs** - Implement proof requests using one of our official SDKs: - - [React SDK](/web/frontend) for web applications + - [JS SDK](/js-sdk/installation) for backend anf web implementations - [React Native SDK](/react-native/installation) for mobile applications - [Flutter SDK](/flutter/installation) for cross-platform applications - - [Node.js SDK](/web/backend/installation) for backend implementations 2. **Handle Proof Upload** - Once the user uploads the proof, store the proof identifier or reference @@ -23,13 +22,7 @@ Reclaim Protocol Proofs provide a secure way to verify user data in blockchain a - Convert the proof into a blockchain-compatible format (serialization) - Submit the serialized proof to your designated smart contract -4. **Verify On-chain** +4. **Verify on-chain** - The smart contract performs verification of the submitted proof - Implement appropriate logic to handle verification results -### Next Steps -- Review our [Smart Contract Integration Guide] for detailed verification implementation -- Explore [Example Implementations] for practical usage scenarios -- Check our [Security Best Practices] for proof handling - -Note: Replace bracketed links with actual documentation links when available. \ No newline at end of file diff --git a/content/docs/onchain/cardano/quickstart.mdx b/content/docs/onchain/cardano/quickstart.mdx index 09e7c87..67ae7ab 100644 --- a/content/docs/onchain/cardano/quickstart.mdx +++ b/content/docs/onchain/cardano/quickstart.mdx @@ -8,10 +8,9 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Prerequisites Before starting, ensure you have: -- Working knowledge of ReactJS development ([Frontend Development Guide](/web/frontend)) -- A Cardano-compatible wallet (e.g., Nami) configured for testnet +- A Cardano-compatible wallet (e.g., Lace) configured for testnet - Basic understanding of blockchain concepts -- Access to the [example codebase](https://gitlab.reclaimprotocol.org/integrations/onchain/pluts-sdk) +- Access to the [example codebase](https://github.com/reclaimprotocol/pluts-sdk-onchain-integration) ## Overview @@ -34,7 +33,7 @@ This integration creates a robust identity verification system combining zero-kn Initialize the development environment: ```bash -git clone https://gitlab.reclaimprotocol.org/integrations/onchain/pluts-sdk +git clone https://github.com/reclaimprotocol/pluts-sdk-onchain-integration cd pluts-sdk @@ -78,7 +77,7 @@ npm install ### 5. Implementation Process **Wallet Configuration** -- Connect your Cardano wallet (e.g., Nami) +- Connect your Cardano wallet (e.g., Lace) - Ensure testnet configuration **Proof Generation and Identity Creation** diff --git a/content/docs/zkfetch/cardano.md b/content/docs/zkfetch/cardano.md index 690948b..3ff4525 100644 --- a/content/docs/zkfetch/cardano.md +++ b/content/docs/zkfetch/cardano.md @@ -73,6 +73,8 @@ deno run -A --unstable --node-modules-dir=manual sendTransaction.ts Proof identifier and extracted parameters will be included in the transaction's [metadata](https://preprod.cexplorer.io/tx/c36ba27f9124ec345b3a54bde3212aef834f91e203d2c8bf32a2f1f474ac5b4f/metadata#data). +You can skip the guide below and head directly to the repository's comprehensive [README](https://github.com/reclaimprotocol/zkfetch-cardano-example?tab=readme-ov-file#zkfetch-cardano-example). + ## Testing Run all tests with: