✨Works out of the box guarantee. If you face any issue at all, hit us up on Telegram and we will write the integration for you.
logoReclaim Protocol Docs

Quickstart

Deploy and Interact with Reclaim Protocol on Aptos Blockchain

Overview

This guide walks you through deploying and interacting with the Reclaim Protocol on the Aptos blockchain. You'll learn how to set up the environment, deploy smart contracts, and build a frontend interface.

Prerequisites

Before starting, ensure you have:

  • Completed the ReactJs tutorial
  • Node.js and npm installed on your system
  • Basic understanding of blockchain concepts
  • Petra Wallet installed (recommended)

Wallet Configuration

  1. Install Petra Wallet

    • Download and install from petra.app
    • Follow the wallet setup instructions
  2. Configure Network Settings

    • Open Petra Wallet
    • Click the settings icon (bottom right)
    • Navigate to "Networks"
    • Select "Testnet"
  3. Get Test Tokens

    • Visit the Aptos Faucet
    • Request testnet APT tokens for testing

Source Code Access

Access the required repositories:

Contract Deployment

Note: If you don't need custom contract logic, you can use our pre-deployed testnet contract.

[Rest of the content remains unchanged as it contains specific code blocks and technical steps that should be preserved]

Additional Resources

Troubleshooting

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 or submit an issue on our GitLab repositories.

On this page