diff --git a/content/docs/onchain/alephzero/index.mdx b/content/docs/onchain/alephzero/index.mdx index fc9a364..306a59c 100644 --- a/content/docs/onchain/alephzero/index.mdx +++ b/content/docs/onchain/alephzero/index.mdx @@ -10,10 +10,10 @@ The Alephzero SDK allows you to integrate and verify Reclaim Protocol Proofs in 1. **Request Proofs** - Implement proof requests in your application using one of our official SDKs: - - [Reclaim React SDK](/js/frontend-example) for web applications - - [Reclaim React Native SDK](/react-native) for mobile applications - - [Reclaim Flutter SDK](/flutter) for cross-platform applications - - [Reclaim Node SDK](/js/backend-example) for backend implementations + - [Reclaim React SDK](/web/frontend) for web applications + - [Reclaim React Native SDK](/react-native/installation) for mobile applications + - [Reclaim Flutter SDK](/flutter/installation) for cross-platform applications + - [Reclaim Node SDK](/web/backend/installation) for backend implementations 2. **Handle Proof Upload** - Once the user successfully uploads their proof, store the proof identifier diff --git a/content/docs/onchain/alephzero/quickstart.mdx b/content/docs/onchain/alephzero/quickstart.mdx index b97bd9e..e770e0f 100644 --- a/content/docs/onchain/alephzero/quickstart.mdx +++ b/content/docs/onchain/alephzero/quickstart.mdx @@ -11,7 +11,7 @@ This guide walks you through deploying a Reclaim contract on Aleph Zero and buil ## Prerequisites Before starting, ensure you have: -- Completed the setup steps from the [ReactJs guide](/js/frontend-example) +- Completed the setup steps from the [ReactJs guide](/web/frontend) - Installed the [Polkadot.js extension](https://polkadot.js.org/extension/) wallet - Funded your wallet with test tokens - Basic familiarity with React and smart contracts diff --git a/content/docs/onchain/aptos/index.mdx b/content/docs/onchain/aptos/index.mdx index 982173a..1304509 100644 --- a/content/docs/onchain/aptos/index.mdx +++ b/content/docs/onchain/aptos/index.mdx @@ -12,11 +12,11 @@ The integration process consists of four main steps: 1. **Proof Request** - Implement proof requests using one of our front-end libraries: - - [Reclaim React SDK](/js/frontend-example) - - [Reclaim React Native SDK](/react-native) - - [Reclaim Flutter SDK](/flutter) + - [Reclaim React SDK](/web/frontend) + - [Reclaim React Native SDK](/react-native/installation) + - [Reclaim Flutter SDK](/flutter/installation) - Alternatively, use our backend solution: - - [Reclaim Node SDK](/js/backend-example) + - [Reclaim Node SDK](/web/backend/installation) 2. **Proof Management** - Once the user uploads their proof, store the proof identifier diff --git a/content/docs/onchain/aptos/quickstart.mdx b/content/docs/onchain/aptos/quickstart.mdx index 9fa2924..9fdebb0 100644 --- a/content/docs/onchain/aptos/quickstart.mdx +++ b/content/docs/onchain/aptos/quickstart.mdx @@ -11,7 +11,7 @@ This guide walks you through deploying and interacting with the Reclaim Protocol ## Prerequisites Before starting, ensure you have: -- Completed the [ReactJs](/js/frontend-example) tutorial +- Completed the [ReactJs](/web/frontend) tutorial - Node.js and npm installed on your system - Basic understanding of blockchain concepts - [Petra Wallet](https://petra.app/) installed (recommended) diff --git a/content/docs/onchain/cardano/index.mdx b/content/docs/onchain/cardano/index.mdx index 91c12b6..5828531 100644 --- a/content/docs/onchain/cardano/index.mdx +++ b/content/docs/onchain/cardano/index.mdx @@ -10,10 +10,10 @@ 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](/js/frontend-example) for web applications - - [React Native SDK](/react-native) for mobile applications - - [Flutter SDK](/flutter) for cross-platform applications - - [Node.js SDK](/js/backend-example) for backend implementations + - [React SDK](/web/frontend) for web applications + - [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 diff --git a/content/docs/onchain/cardano/quickstart.mdx b/content/docs/onchain/cardano/quickstart.mdx index b175dd1..09e7c87 100644 --- a/content/docs/onchain/cardano/quickstart.mdx +++ b/content/docs/onchain/cardano/quickstart.mdx @@ -8,7 +8,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Prerequisites Before starting, ensure you have: -- Working knowledge of ReactJS development ([Frontend Development Guide](/js/frontend-example)) +- Working knowledge of ReactJS development ([Frontend Development Guide](/web/frontend)) - A Cardano-compatible wallet (e.g., Nami) configured for testnet - Basic understanding of blockchain concepts - Access to the [example codebase](https://gitlab.reclaimprotocol.org/integrations/onchain/pluts-sdk) diff --git a/content/docs/onchain/cosmos/archway.mdx b/content/docs/onchain/cosmos/archway.mdx index fb785fd..aa98789 100644 --- a/content/docs/onchain/cosmos/archway.mdx +++ b/content/docs/onchain/cosmos/archway.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you followed the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you followed the steps at [ReactJs](/web/frontend). We will be using [Keplr](https://www.keplr.app/) as a wallet to interact with the frontend interface. Make sure that you have it installed and funded via [Archway-Testnet Faucet Channel](https://discord.gg/dnYYcKPAX5). diff --git a/content/docs/onchain/cosmos/index.mdx b/content/docs/onchain/cosmos/index.mdx index 32121d6..7afef99 100644 --- a/content/docs/onchain/cosmos/index.mdx +++ b/content/docs/onchain/cosmos/index.mdx @@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can serialize it into a CosmWasm friendly format 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/cosmos/neutron-terra.mdx b/content/docs/onchain/cosmos/neutron-terra.mdx index c4d0159..deef192 100644 --- a/content/docs/onchain/cosmos/neutron-terra.mdx +++ b/content/docs/onchain/cosmos/neutron-terra.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you followed the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you followed the steps at [ReactJs](/web/frontend). We will be using - [Keplr](https://www.keplr.app/) as a wallet to interact with the frontend interface. Make sure that you have it installed and funded via [Neutron-Testnet Faucet Channel](https://t.me/+SyhWrlnwfCw2NGM6). diff --git a/content/docs/onchain/cosmos/neutron.mdx b/content/docs/onchain/cosmos/neutron.mdx index 66a0fd5..069f45d 100644 --- a/content/docs/onchain/cosmos/neutron.mdx +++ b/content/docs/onchain/cosmos/neutron.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you followed the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you followed the steps at [ReactJs](/web/frontend). We will be using [Keplr](https://www.keplr.app/) as a wallet to interact with the frontend interface. Make sure that you have it installed and funded via [Neutron-Testnet Faucet Channel](https://t.me/+SyhWrlnwfCw2NGM6). diff --git a/content/docs/onchain/cosmos/nibiru.mdx b/content/docs/onchain/cosmos/nibiru.mdx index ef736a9..05e7e22 100644 --- a/content/docs/onchain/cosmos/nibiru.mdx +++ b/content/docs/onchain/cosmos/nibiru.mdx @@ -6,7 +6,7 @@ description: Publish on chain using CosmWasm import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you are familiar with the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you are familiar with the steps at [ReactJs](/web/frontend). We will be using [Keplr](https://www.keplr.app/) as a wallet to interact with the frontend interface. Make sure that you have it installed and funded with [testnet Nibi](https://app.nibiru.fi/faucet). diff --git a/content/docs/onchain/cosmos/secret.mdx b/content/docs/onchain/cosmos/secret.mdx index 2173008..7b6f99f 100644 --- a/content/docs/onchain/cosmos/secret.mdx +++ b/content/docs/onchain/cosmos/secret.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you followed the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you followed the steps at [ReactJs](/web/frontend). We will be using [Keplr](https://www.keplr.app/) as a wallet to interact with the frontend interface. Make sure that you have it installed and funded with [testnet Scrt](https://faucet.starshell.net/). To connect to the testnet you can use this [website](https://keplr-connect-pulsar3.vercel.app/) diff --git a/content/docs/onchain/diamante/index.mdx b/content/docs/onchain/diamante/index.mdx index 43c2b96..bb18890 100644 --- a/content/docs/onchain/diamante/index.mdx +++ b/content/docs/onchain/diamante/index.mdx @@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat ## Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can keep a note of it for on-chain verification 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/diamante/quickstart.mdx b/content/docs/onchain/diamante/quickstart.mdx index 5d2be5b..f7ef173 100644 --- a/content/docs/onchain/diamante/quickstart.mdx +++ b/content/docs/onchain/diamante/quickstart.mdx @@ -8,7 +8,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you are familiar with the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you are familiar with the steps at [ReactJs](/web/frontend). We'll guide you through setting up your environment, deploying the smart contract, and running the frontend application. diff --git a/content/docs/onchain/fuel/index.mdx b/content/docs/onchain/fuel/index.mdx index 3dc8157..7813e5e 100644 --- a/content/docs/onchain/fuel/index.mdx +++ b/content/docs/onchain/fuel/index.mdx @@ -4,7 +4,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat --- ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can serialize it into a Fuel friendly format 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/gear/index.mdx b/content/docs/onchain/gear/index.mdx index 927c9ca..51e20de 100644 --- a/content/docs/onchain/gear/index.mdx +++ b/content/docs/onchain/gear/index.mdx @@ -4,7 +4,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat --- ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can serialize it into a CosmWasm friendly format 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/lukso/index.mdx b/content/docs/onchain/lukso/index.mdx index 7d0a307..f51eb68 100644 --- a/content/docs/onchain/lukso/index.mdx +++ b/content/docs/onchain/lukso/index.mdx @@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can keep a note of it for on-chain verification 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/lukso/quickstart.mdx b/content/docs/onchain/lukso/quickstart.mdx index 9998be1..64a2901 100644 --- a/content/docs/onchain/lukso/quickstart.mdx +++ b/content/docs/onchain/lukso/quickstart.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you are familiar with the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you are familiar with the steps at [ReactJs](/web/frontend). We will be using [Metamask](https://metamask.io/download/) as a wallet to interact with the frontend interface. Make sure that you have it installed and funded with [LYXT](https://faucet.testnet.lukso.network/). diff --git a/content/docs/onchain/mina/index.mdx b/content/docs/onchain/mina/index.mdx index 304ac62..ab9a04d 100644 --- a/content/docs/onchain/mina/index.mdx +++ b/content/docs/onchain/mina/index.mdx @@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can keep a note of it for on-chain verification 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/mina/quickstart.mdx b/content/docs/onchain/mina/quickstart.mdx index 89813bc..fd82812 100644 --- a/content/docs/onchain/mina/quickstart.mdx +++ b/content/docs/onchain/mina/quickstart.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you are familiar with the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you are familiar with the steps at [ReactJs](/web/frontend). Before diving into this walkthrough, ensure you're familiar with the basic concepts of zkApps on the Mina Protocol and have a compatible wallet installed. We'll guide you through setting up your environment, deploying the smart contract, and running the frontend application. diff --git a/content/docs/onchain/near/index.mdx b/content/docs/onchain/near/index.mdx index 4291bdb..0ad78f2 100644 --- a/content/docs/onchain/near/index.mdx +++ b/content/docs/onchain/near/index.mdx @@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can keep a note of it for on-chain verification 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/near/quickstart.mdx b/content/docs/onchain/near/quickstart.mdx index e06a23a..743df8e 100644 --- a/content/docs/onchain/near/quickstart.mdx +++ b/content/docs/onchain/near/quickstart.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you are familiar with the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you are familiar with the steps at [ReactJs](/web/frontend). We will be using [HereWallet](https://www.herewallet.app/) and [MyNearWallet](https://www.mynearwallet.com/) as a wallet to interact with the frontend interface. Make sure that you have one of them installed and funded. diff --git a/content/docs/onchain/polkadot/index.mdx b/content/docs/onchain/polkadot/index.mdx index 07ccfe3..a5caf09 100644 --- a/content/docs/onchain/polkadot/index.mdx +++ b/content/docs/onchain/polkadot/index.mdx @@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can keep a note of it for on-chain verification 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/polkadot/quickstart.mdx b/content/docs/onchain/polkadot/quickstart.mdx index 46421ac..32342b0 100644 --- a/content/docs/onchain/polkadot/quickstart.mdx +++ b/content/docs/onchain/polkadot/quickstart.mdx @@ -9,7 +9,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; You need to be familiar with [Substrate Framework](https://docs.substrate.io/quick-start/). -At this stage, we assume that you are familiar with the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you are familiar with the steps at [ReactJs](/web/frontend). You can access the code of this walkthrough on [Gitlab](https://gitlab.reclaimprotocol.org/integrations/onchain/substrate-sdk). diff --git a/content/docs/onchain/solana/front-end.mdx b/content/docs/onchain/solana/front-end.mdx index a245495..023478a 100644 --- a/content/docs/onchain/solana/front-end.mdx +++ b/content/docs/onchain/solana/front-end.mdx @@ -44,7 +44,7 @@ Also, note that we are using Devnet and Solflare wallet for this example. ### Publish proof. -As in [Reclaim React SDK](../js/frontend-example), our starter app shows a QR-code for you to scan and create proof. Upon successfull proof generation, A button with the text `Verify Proof` appears. Clicking this button prompts you to publish the obtained proof. +As in [Reclaim React SDK](../web/frontend), our starter app shows a QR-code for you to scan and create proof. Upon successfull proof generation, A button with the text `Verify Proof` appears. Clicking this button prompts you to publish the obtained proof. diff --git a/content/docs/onchain/solana/index.mdx b/content/docs/onchain/solana/index.mdx index 96bb54c..178295d 100644 --- a/content/docs/onchain/solana/index.mdx +++ b/content/docs/onchain/solana/index.mdx @@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can serialize it into a Solana friendly format 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/solana/quickstart.mdx b/content/docs/onchain/solana/quickstart.mdx index 4a78927..250cefb 100644 --- a/content/docs/onchain/solana/quickstart.mdx +++ b/content/docs/onchain/solana/quickstart.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [React](/js/frontend), [React Native](/react-native), or [Node](/js/backend). +This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [React](/web/frontend/), [React Native](/react-native/installation), or [Node](/web/backend/installation). ## Solana diff --git a/content/docs/onchain/solidity/index.mdx b/content/docs/onchain/solidity/index.mdx index 105a91a..9a40c2f 100644 --- a/content/docs/onchain/solidity/index.mdx +++ b/content/docs/onchain/solidity/index.mdx @@ -4,7 +4,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat --- ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can serialize it into a solidity friendly format 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/solidity/quickstart.mdx b/content/docs/onchain/solidity/quickstart.mdx index 797c9cc..62c84b5 100644 --- a/content/docs/onchain/solidity/quickstart.mdx +++ b/content/docs/onchain/solidity/quickstart.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [React](/js/frontend-example), [React Native](/react-native), or [Node](/js/backend-example). +This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [React](/web/frontend), [React Native](/react-native/installation), or [Node](/web/backend/installation). ## Supported Networks diff --git a/content/docs/onchain/starknet/index.mdx b/content/docs/onchain/starknet/index.mdx index 82e440b..fdaba10 100644 --- a/content/docs/onchain/starknet/index.mdx +++ b/content/docs/onchain/starknet/index.mdx @@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can keep a note of it for on-chain verification 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/starknet/quickstart.mdx b/content/docs/onchain/starknet/quickstart.mdx index 932bb75..08bd941 100644 --- a/content/docs/onchain/starknet/quickstart.mdx +++ b/content/docs/onchain/starknet/quickstart.mdx @@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ## Pre-requisite -At this stage, we assume that you are familiar with the steps at [ReactJs](/js/frontend-example). +At this stage, we assume that you are familiar with the steps at [ReactJs](/web/frontend). For this walkthrough, you'll need a compatible wallet to interact with the frontend interface. We recommend using either [Braavos](https://braavos.app/download-braavos-wallet/) or [Argent X](https://www.argent.xyz/download-argent). diff --git a/content/docs/onchain/stellar/index.mdx b/content/docs/onchain/stellar/index.mdx index 49b706d..db09b2d 100644 --- a/content/docs/onchain/stellar/index.mdx +++ b/content/docs/onchain/stellar/index.mdx @@ -4,7 +4,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat --- ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can serialize it into a Stellar friendly format 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/sui/index.mdx b/content/docs/onchain/sui/index.mdx index fe885d8..13cb1cb 100644 --- a/content/docs/onchain/sui/index.mdx +++ b/content/docs/onchain/sui/index.mdx @@ -4,7 +4,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat --- ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can keep a note of it for on-chain verification 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract diff --git a/content/docs/onchain/xion/index.mdx b/content/docs/onchain/xion/index.mdx index c6d525d..836dbe2 100644 --- a/content/docs/onchain/xion/index.mdx +++ b/content/docs/onchain/xion/index.mdx @@ -4,7 +4,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat --- ### Flow -1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example) +1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/web/frontend), [Reclaim React Native SDK](/react-native/installation), [Reclaim Flutter SDK](/flutter/installation) or a backend library like [Reclaim Node SDK](/web/backend/installation) 2. Once the user has uploaded the proof, you can serialize it into a CosmWasm friendly format 3. Submit the serialized proof to your smart contract 4. Verify the proof on the smart contract