Skip to content

Commit c3d0462

Browse files
Merge pull request #77 from reclaimprotocol/onchain-docs-update
hot on-chain fixes
2 parents 16308f3 + d710d6a commit c3d0462

34 files changed

+43
-43
lines changed

content/docs/onchain/alephzero/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The Alephzero SDK allows you to integrate and verify Reclaim Protocol Proofs in
1010

1111
1. **Request Proofs**
1212
- Implement proof requests in your application using one of our official SDKs:
13-
- [Reclaim React SDK](/js/frontend-example) for web applications
14-
- [Reclaim React Native SDK](/react-native) for mobile applications
15-
- [Reclaim Flutter SDK](/flutter) for cross-platform applications
16-
- [Reclaim Node SDK](/js/backend-example) for backend implementations
13+
- [Reclaim React SDK](/web/frontend) for web applications
14+
- [Reclaim React Native SDK](/react-native/installation) for mobile applications
15+
- [Reclaim Flutter SDK](/flutter/installation) for cross-platform applications
16+
- [Reclaim Node SDK](/web/backend/installation) for backend implementations
1717

1818
2. **Handle Proof Upload**
1919
- Once the user successfully uploads their proof, store the proof identifier

content/docs/onchain/alephzero/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide walks you through deploying a Reclaim contract on Aleph Zero and buil
1111
## Prerequisites
1212

1313
Before starting, ensure you have:
14-
- Completed the setup steps from the [ReactJs guide](/js/frontend-example)
14+
- Completed the setup steps from the [ReactJs guide](/web/frontend)
1515
- Installed the [Polkadot.js extension](https://polkadot.js.org/extension/) wallet
1616
- Funded your wallet with test tokens
1717
- Basic familiarity with React and smart contracts

content/docs/onchain/aptos/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The integration process consists of four main steps:
1212

1313
1. **Proof Request**
1414
- Implement proof requests using one of our front-end libraries:
15-
- [Reclaim React SDK](/js/frontend-example)
16-
- [Reclaim React Native SDK](/react-native)
17-
- [Reclaim Flutter SDK](/flutter)
15+
- [Reclaim React SDK](/web/frontend)
16+
- [Reclaim React Native SDK](/react-native/installation)
17+
- [Reclaim Flutter SDK](/flutter/installation)
1818
- Alternatively, use our backend solution:
19-
- [Reclaim Node SDK](/js/backend-example)
19+
- [Reclaim Node SDK](/web/backend/installation)
2020

2121
2. **Proof Management**
2222
- Once the user uploads their proof, store the proof identifier

content/docs/onchain/aptos/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide walks you through deploying and interacting with the Reclaim Protocol
1111
## Prerequisites
1212

1313
Before starting, ensure you have:
14-
- Completed the [ReactJs](/js/frontend-example) tutorial
14+
- Completed the [ReactJs](/web/frontend) tutorial
1515
- Node.js and npm installed on your system
1616
- Basic understanding of blockchain concepts
1717
- [Petra Wallet](https://petra.app/) installed (recommended)

content/docs/onchain/cardano/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Reclaim Protocol Proofs provide a secure way to verify user data in blockchain a
1010

1111
1. **Request Proofs**
1212
- Implement proof requests using one of our official SDKs:
13-
- [React SDK](/js/frontend-example) for web applications
14-
- [React Native SDK](/react-native) for mobile applications
15-
- [Flutter SDK](/flutter) for cross-platform applications
16-
- [Node.js SDK](/js/backend-example) for backend implementations
13+
- [React SDK](/web/frontend) for web applications
14+
- [React Native SDK](/react-native/installation) for mobile applications
15+
- [Flutter SDK](/flutter/installation) for cross-platform applications
16+
- [Node.js SDK](/web/backend/installation) for backend implementations
1717

1818
2. **Handle Proof Upload**
1919
- Once the user uploads the proof, store the proof identifier or reference

content/docs/onchain/cardano/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps';
88
## Prerequisites
99

1010
Before starting, ensure you have:
11-
- Working knowledge of ReactJS development ([Frontend Development Guide](/js/frontend-example))
11+
- Working knowledge of ReactJS development ([Frontend Development Guide](/web/frontend))
1212
- A Cardano-compatible wallet (e.g., Nami) configured for testnet
1313
- Basic understanding of blockchain concepts
1414
- Access to the [example codebase](https://gitlab.reclaimprotocol.org/integrations/onchain/pluts-sdk)

content/docs/onchain/cosmos/archway.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps';
77

88
## Pre-requisite
99

10-
At this stage, we assume that you followed the steps at [ReactJs](/js/frontend-example).
10+
At this stage, we assume that you followed the steps at [ReactJs](/web/frontend).
1111

1212
We will be using [Keplr](https://www.keplr.app/) as a wallet to interact with the frontend interface.
1313
Make sure that you have it installed and funded via [Archway-Testnet Faucet Channel](https://discord.gg/dnYYcKPAX5).

content/docs/onchain/cosmos/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: The Reclaim Protocol Proofs are compatible with blockchain applicat
55

66
### Flow
77

8-
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)
8+
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)
99
2. Once the user has uploaded the proof, you can serialize it into a CosmWasm friendly format
1010
3. Submit the serialized proof to your smart contract
1111
4. Verify the proof on the smart contract

content/docs/onchain/cosmos/neutron-terra.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps';
77

88
## Pre-requisite
99

10-
At this stage, we assume that you followed the steps at [ReactJs](/js/frontend-example).
10+
At this stage, we assume that you followed the steps at [ReactJs](/web/frontend).
1111

1212
We will be using
1313
- [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).

content/docs/onchain/cosmos/neutron.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps';
77

88
## Pre-requisite
99

10-
At this stage, we assume that you followed the steps at [ReactJs](/js/frontend-example).
10+
At this stage, we assume that you followed the steps at [ReactJs](/web/frontend).
1111

1212
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).
1313

0 commit comments

Comments
 (0)