Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/docs/onchain/alephzero/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/alephzero/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions content/docs/onchain/aptos/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/aptos/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions content/docs/onchain/cardano/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/cardano/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/cosmos/archway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/cosmos/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/cosmos/neutron-terra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/cosmos/neutron.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/cosmos/nibiru.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/cosmos/secret.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/diamante/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/docs/onchain/diamante/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/fuel/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/gear/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/lukso/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/docs/onchain/lukso/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/mina/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/docs/onchain/mina/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/near/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/docs/onchain/near/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/polkadot/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/docs/onchain/polkadot/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/solana/front-end.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</Steps>

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/solana/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/solana/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Inconsistent Link Formatting Causes Routing Issues

The React frontend link in quickstart.mdx includes a trailing slash (/web/frontend/), which is inconsistent with other instances of this link throughout the codebase that omit it. This could cause broken links or routing issues.

Fix in Cursor Fix in Web

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Clarify frontend vs backend and tighten wording

Node is not a frontend. Rephrase to avoid confusion and align links.

Apply this diff:

-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).
+This tutorial assumes you have:
+- a frontend to request proofs from users (e.g., [Web (React)](/web/frontend), [React Native](/react-native/installation)), and
+- a backend to process responses or submit on-chain (e.g., [Node](/web/backend/installation)).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
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).
This tutorial assumes you have:
- a frontend to request proofs from users (e.g., [Web (React)](/web/frontend), [React Native](/react-native/installation)), and
- a backend to process responses or submit on-chain (e.g., [Node](/web/backend/installation)).
🤖 Prompt for AI Agents
In content/docs/onchain/solana/quickstart.mdx around line 10, the sentence
incorrectly lists Node as a frontend and is ambiguous; update wording to clearly
distinguish frontends (e.g., React, React Native) from backend environments
(Node). Replace the line with a concise phrase like "This tutorial assumes you
have a client application (e.g., React or React Native) or a backend service
(e.g., Node) that requests proofs from the user and processes responses," and
ensure the existing links point to the appropriate frontend and backend pages.


## Solana

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/solidity/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/solidity/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/starknet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading