You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: apps/nextra/pages/en/build/sdks/wallet-adapter.mdx
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,45 @@ title: "Wallet Adapter"
4
4
5
5
# Wallet Adapter
6
6
7
-
The Aptos Wallet Adapter provides a single interface for Aptos dapps and Aptos wallets to communicate with each other.
7
+
There are two wallet adapter standards in the Aptos ecosystem:
8
8
9
-
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.
9
+
1.[Aptos Wallet Adapter](#aptos-wallet-adapter) by Aptos Labs
10
+
2.[OKX Connect](#okx-connect) by OKX
10
11
11
-
For Aptos wallet providers, integrating with the Wallet Adapter allows you to be supported on a wide range of Aptos apps.
12
+
##Aptos Wallet Adapter
12
13
13
-
## For Aptos Dapps
14
+
The Aptos Wallet Adapter by Aptos Labs provides a single interface for Aptos
15
+
dapps and Aptos wallets to communicate with each other.
14
16
15
-
Follow the [Wallet Adapter for Dapp Builders Guide](./wallet-adapter/dapp.mdx) on how to use the Wallet Adapter (via the [Wallet Adapter React package](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-react)).
17
+
For dapp developers, this means that you can connect to any Aptos wallet that is
18
+
integrated with the Wallet Adapter without needing to write custom code for each
19
+
wallet. This is described in [AIP-62](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-62.md),
20
+
which defines the Modern Wallet Standard and autodetection of wallets.
16
21
17
-
## For Aptos Wallet Providers
22
+
For Aptos wallet providers, integrating with AIP-62 means that your wallet will
23
+
be compatible with any dapp that uses the Wallet Adapter.
18
24
19
-
Follow one of these guides for how to implement a Wallet Adapter plugin that dapps can connect to:
25
+
### For Aptos Dapps
26
+
27
+
Follow the [Wallet Adapter for Dapp Builders Guide](./wallet-adapter/dapp.mdx) on how to use the
28
+
Wallet Adapter (via the [Wallet Adapter React package](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-react)).
29
+
30
+
### For Aptos Wallet Providers
31
+
32
+
Follow one of these guides for how to implement a Wallet Adapter plugin that
33
+
dapps can connect to:
20
34
21
35
1. For [Browser Extension Wallets](./wallet-adapter/browser-extension-wallets.mdx) (ex. [Petra](https://chromewebstore.google.com/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci?hl=en))
22
36
2. For [SDK Wallets](./wallet-adapter/wallets.mdx) (ex. [AptosConnect](https://aptosconnect.app))
23
37
24
-
## Reference Material
38
+
## OKX Connect
39
+
40
+
The OKX Connect adapter provides an interface for Aptos dapps to connect to OKX
41
+
wallet and other wallets that support the OKX Connect standard. You can find
42
+
more information about OKX Connect for Aptos dapps in the [OKX Connect documentation](https://web3.okx.com/build/dev-docs/sdks/app-connect-aptos)
0 commit comments