aptos-dapp-integration

Integrate Aptos wallets and manage transactions using the TypeScript SDK.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MEDICALCOR/medicalcor-core --skill aptos-dapp-integration-medicalcor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aptos-dapp-integration
Source: https://github.com/MEDICALCOR/medicalcor-core/tree/main/.claude/skills/aptos/dapp-integration
Command: npx skills add https://github.com/MEDICALCOR/medicalcor-core --skill aptos-dapp-integration-medicalcor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building decentralized applications (DApps) on Aptos requires seamless frontend integration, secure wallet connectivity, and efficient transaction management using the TypeScript SDK. This Skill provides expert guidance, accelerating your DApp development.

Core Features & Use Cases

  • Wallet Connectivity: Guides on integrating popular Aptos wallets (Petra, Martian, Pontem) using the Wallet Adapter or direct methods for secure user interaction.
  • TypeScript SDK Mastery: Learn to initialize the Aptos client, read on-chain data, call view functions, and build complex transactions for robust DApps.
  • Transaction Submission & Management: Master signing, submitting, and tracking single or multi-agent transactions from your frontend, ensuring reliable on-chain operations.
  • Use Case: "I'm building a React DApp on Aptos and need to connect a user's Petra wallet, display their APT balance, and allow them to transfer tokens. Show me the code."

Quick Start

Explain how to set up the Aptos Wallet Adapter in a React application to connect to Petra and Martian wallets.