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
4 changes: 2 additions & 2 deletions 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](/web/frontend)
- Completed the setup steps from the [JS guide](/js-sdk/installation)
- 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 All @@ -22,7 +22,7 @@ Reference implementations are available on Github:

## Contract Deployment

> **Note**: If you don't need custom contract logic, you can skip this section and use our [pre-deployed testnet contract](https://ui.use.ink/contract/5FB2yCSyjJbKjMJXP8dgZ1kWa7Rin2x9afxzUbmRAaWEj43P).
> **Note**: If you don't need custom contract logic, you can skip this section and use our [pre-deployed testnet contract](https://ui.use.ink/contract/5FB2yCSyjJbKjMJXP8dgZ1kWa7Rin2x9afxzUbmRAaWEj43P). Make sure to choose Aleph Zero Testnet and ink! v5.

<Steps>
### Deploy the Reclaim Contract
Expand Down
4 changes: 1 addition & 3 deletions 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](/web/frontend) tutorial
- Completed the setup steps from the [JS guide](/js-sdk/installation)
- Node.js and npm installed on your system
- Basic understanding of blockchain concepts
- [Petra Wallet](https://petra.app/) installed (recommended)
Expand Down Expand Up @@ -55,5 +55,3 @@ Common issues and solutions:
1. **Compilation Errors**: Add `--skip-fetch-latest-git-deps` flag if encountering Git state errors
2. **Network Issues**: Ensure you're connected to Aptos testnet
3. **Transaction Failures**: Verify wallet has sufficient APT balance

For additional support, join our [Developer Community](https://discord.gg/reclaim) or submit an issue on our Github repositories.
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](/web/frontend).
At this stage, we assume that you followed the steps at [JS SDK](/js-sdk/installation).

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/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](/web/frontend).
At this stage, we assume that you followed the steps at [JS SDK](/js-sdk/installation).

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](/web/frontend).
At this stage, we assume that you followed the steps at [JS SDK](/js-sdk/installation).

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](/web/frontend).
At this stage, we assume that you are familiar with the steps at [JS SDK](/js-sdk/installation).

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
4 changes: 2 additions & 2 deletions content/docs/onchain/cosmos/secret.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import { Step, Steps } from 'fumadocs-ui/components/steps';

## Pre-requisite

At this stage, we assume that you followed the steps at [ReactJs](/web/frontend).
At this stage, we assume that you followed the steps at [JS SDK](/js-sdk/installation).

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/)
To connect to the testnet you can use this [website](https://keplr-connect-pulsar3.vercel.app/).

You can access the code of this walkthrough on Github:

Expand Down
4 changes: 2 additions & 2 deletions 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](/web/frontend).
At this stage, we assume that you are familiar with the steps at [JS SDK](/js-sdk/installation).

We'll guide you through setting up your environment, deploying the smart contract, and running the frontend application.

Expand All @@ -31,7 +31,7 @@ To follow this guide, ensure you have the following:

Clone the repository for the Starterpack:

- **Reclaim Diamante Example**: [Github Link](https://github.com/reclaimprotocol/reclaim-diamante-example)
- **Reclaim Diamante Example**: [Github Link](https://github.com/reclaimprotocol/reclaim-diamante-example).

## Project Overview

Expand Down
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](/web/frontend).
At this stage, we assume that you are familiar with the steps at [JS SDK](/js-sdk/installation).

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
6 changes: 3 additions & 3 deletions 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](/web/frontend).
At this stage, we assume that you are familiar with the steps at [JS SDK](/js-sdk/installation).

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 All @@ -31,8 +31,8 @@ Before diving into this walkthrough, ensure you're familiar with the basic conce

Clone the repositories for both the smart contract and the frontend:

- **Reclaim Contract Repository**: [Github Link](https://github.com/reclaimprotocol/mina-sdk-onchain-integration)
- **Frontend Example**: [Github Link](https://github.com/reclaimprotocol/reclaim-mina-example.git)
- **Reclaim Contract Repository**: [Github Link](https://github.com/reclaimprotocol/mina-sdk-onchain-integration).
- **Frontend Example**: [Github Link](https://github.com/reclaimprotocol/reclaim-mina-example.git).

## Contract Deployment

Expand Down
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](/web/frontend).
At this stage, we assume that you are familiar with the steps at [JS SDK](/js-sdk/installation).

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/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](/web/frontend).
At this stage, we assume that you are familiar with the steps at [JS SDK](/js-sdk/installation).

You can access the code of this walkthrough on [Github](https://github.com/reclaimprotocol/substrate-sdk-onchain-integration).

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](../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.
As in [JS SDK](/js-sdk/installation), 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
10 changes: 5 additions & 5 deletions 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](/web/frontend/), [React Native](/react-native/installation), or [Node](/web/backend/installation).
This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [JS](/js-sdk/installation), [React Native](/react-native/installation), or [Flutter](/flutter/installation).

## Solana

Expand All @@ -19,11 +19,11 @@ Before you begin, ensure that your development environment meets the following p

### Prerequisites

1. **Rust** - The programming language used for writing Solana programs. Install Rust by following the instructions [here](https://www.rust-lang.org/tools/install) .
1. **Rust** - The programming language used for writing Solana programs. Install Rust by following the instructions [here](https://www.rust-lang.org/tools/install).

2. **Solana Tool Suite** - Provides the Solana CLI and other tools necessary for interacting with the Solana network. Install the Solana Tool Suite by following the instructions [here]() .
2. **Solana Tool Suite** - Provides the Solana CLI and other tools necessary for interacting with the Solana network. Install the Solana Tool Suite by following the instructions [here]().

3. **Node.js** - Required for running JavaScript and TypeScript scripts. Download Node.js from [here](https://nodejs.org/en/download) .
3. **Node.js** - Required for running JavaScript and TypeScript scripts. Download Node.js from [here](https://nodejs.org/en/download).

4. **Yarn Package Manager** - A fast, reliable, and secure dependency management tool.
Install Yarn globally using npm:
Expand Down Expand Up @@ -115,7 +115,7 @@ anchor deploy --program-name reclaim --program-keypair program-keypairs/reclaim-
- **`--program-name reclaim`** : Specifies the name of the program as defined in `Anchor.toml`.

- **`--program-keypair`** : Points to the keypair file generated during the setup.
**Note** : The default network for deployment is `devnet`. To deploy to a different network, see [Specifying the Network](/solana/quickstart#specifying-the-network) .After deployment, take note of the **Program ID** displayed in the output:
**Note** : The default network for deployment is `devnet`. After deployment, take note of the **Program ID** displayed in the output:

```yaml
Program Id: YourProgramIDHere
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](/web/frontend), [React Native](/react-native/installation), or [Node](/web/backend/installation).
This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [JS](/js-sdk/installation), [React Native](/react-native/installation), or [Flutter](/flutter/installation).

## Supported Networks

Expand Down
2 changes: 1 addition & 1 deletion content/docs/onchain/starknet/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](/web/frontend).
At this stage, we assume that you are familiar with the steps at [JS SDK](/js-sdk/installation).

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

Expand Down