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
-
Install Petra Wallet
- Download and install from petra.app
- Follow the wallet setup instructions
-
Configure Network Settings
- Open Petra Wallet
- Click the settings icon (bottom right)
- Navigate to "Networks"
- Select "Testnet"
-
Get Test Tokens
- Visit the Aptos Faucet
- Request testnet APT tokens for testing
Source Code Access
Access the required repositories:
- Smart Contract: Reclaim Contract Repository
- Frontend Demo: Frontend Example
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:
- Compilation Errors: Add
--skip-fetch-latest-git-deps
flag if encountering Git state errors - Network Issues: Ensure you're connected to Aptos testnet
- Transaction Failures: Verify wallet has sufficient APT balance
For additional support, join our Developer Community or submit an issue on our GitLab repositories.