diff --git a/content/docs/onchain/alephzero/quickstart.mdx b/content/docs/onchain/alephzero/quickstart.mdx index 0abcf6e..8d83dfe 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](/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 @@ -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. ### Deploy the Reclaim Contract diff --git a/content/docs/onchain/aptos/quickstart.mdx b/content/docs/onchain/aptos/quickstart.mdx index 1254795..6360af9 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](/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) @@ -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. diff --git a/content/docs/onchain/cosmos/archway.mdx b/content/docs/onchain/cosmos/archway.mdx index 58f102e..889187e 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](/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). diff --git a/content/docs/onchain/cosmos/neutron-terra.mdx b/content/docs/onchain/cosmos/neutron-terra.mdx index da5b3e1..01fefc1 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](/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). diff --git a/content/docs/onchain/cosmos/neutron.mdx b/content/docs/onchain/cosmos/neutron.mdx index c64dc88..88ab417 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](/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). diff --git a/content/docs/onchain/cosmos/nibiru.mdx b/content/docs/onchain/cosmos/nibiru.mdx index 17edd2b..6030f5b 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](/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). diff --git a/content/docs/onchain/cosmos/secret.mdx b/content/docs/onchain/cosmos/secret.mdx index 738f08e..3ac03c4 100644 --- a/content/docs/onchain/cosmos/secret.mdx +++ b/content/docs/onchain/cosmos/secret.mdx @@ -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: diff --git a/content/docs/onchain/diamante/quickstart.mdx b/content/docs/onchain/diamante/quickstart.mdx index 25e14d5..5ac798f 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](/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. @@ -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 diff --git a/content/docs/onchain/lukso/quickstart.mdx b/content/docs/onchain/lukso/quickstart.mdx index 6dca15c..94f211f 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](/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/). diff --git a/content/docs/onchain/mina/quickstart.mdx b/content/docs/onchain/mina/quickstart.mdx index 51cce84..3efaa3b 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](/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. @@ -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 diff --git a/content/docs/onchain/near/quickstart.mdx b/content/docs/onchain/near/quickstart.mdx index dfbe172..0aeca48 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](/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. diff --git a/content/docs/onchain/polkadot/quickstart.mdx b/content/docs/onchain/polkadot/quickstart.mdx index ee3965e..1889e37 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](/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). diff --git a/content/docs/onchain/solana/front-end.mdx b/content/docs/onchain/solana/front-end.mdx index 6d51b89..432cba5 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](../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. diff --git a/content/docs/onchain/solana/quickstart.mdx b/content/docs/onchain/solana/quickstart.mdx index 250cefb..410a5f6 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](/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 @@ -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: @@ -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 diff --git a/content/docs/onchain/solidity/quickstart.mdx b/content/docs/onchain/solidity/quickstart.mdx index 756e841..7f3c44d 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](/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 diff --git a/content/docs/onchain/starknet/quickstart.mdx b/content/docs/onchain/starknet/quickstart.mdx index 79ae808..c79fd7f 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](/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).