- Make sure you have the Aptos CLI installed.
- Your Aptos wallet address should be ready for deployment.
aptos init- Choose your network from [devnet, testnet, mainnet, local, custom] (default is devnet).
- Enter your private key as a hex literal (0x...).
aptos move test --devaptos move compile --named-addresses reclaim=<your wallet address>aptos move deploy-object --address-name reclaimaptos move run --function-id <your contract address>::reclaim::create_reclaim_manager --args u32:1000aptos move run --function-id <your contract address>::reclaim::add_new_epoch --args u128:1 'address:["0x244897572368eadf65bfbc5aec98d8e5443a9072"]'-
Replace
<your wallet address>and<your contract address>with your actual addresses when running these commands. This README provides the essential commands for getting started with your Reclaim SDK on the Aptos network. -
if you got the error
Failed to reset to latest Git state 'mainnettry adding--skip-fetch-latest-git-depsto the command.
| Chain | Address | Explorer |
|---|---|---|
| Testnet | 0xd33b912ac96983caa70ac9f44f7e274d1a29158c71e40c26b967e75e72a11d5f |
View |