Skip to content
🎉 Welcome! Translations are currently experimental. | 翻訳は現在実験的です。 | 翻译目前处于实验阶段。
Click here to submit feedback! | ここをクリックしてフィードバックを送信してください! | 点击这里提交反馈!
BuildSDKsWallet Adapter

Wallet Adapter

The Aptos Wallet Adapter provides a single interface for Aptos dapps and Aptos wallets to communicate with each other.

For app developers, this means that you can connect to an ever-growing list of Aptos wallets with a single integration. As new wallets enter the ecosystem and integrate with the Wallet Adapter, you can support them simply by updating your Wallet Adapter version.

For Aptos wallet providers, integrating with the Wallet Adapter allows you to be supported on a wide range of Aptos apps.

For Aptos Dapps

Follow the Wallet Adapter for Dapp Builders Guide on how to use the Wallet Adapter (via the Wallet Adapter React package).

For Aptos Wallet Providers

Follow one of these guides for how to implement a Wallet Adapter plugin that dapps can connect to:

  1. For Browser Extension Wallets (ex. Petra)
  2. For SDK Wallets (ex. AptosConnect)

Reference Material