Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 4043a5e

Browse files
authored
[wallet-adapter] Add OKX connect instructions (#1005)
1 parent 22d7a8f commit 4043a5e

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

apps/nextra/pages/en/build/sdks/wallet-adapter.mdx

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,45 @@ title: "Wallet Adapter"
44

55
# Wallet Adapter
66

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:
88

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
1011

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
1213

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.
1416

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.
1621

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.
1824

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:
2034

2135
1. For [Browser Extension Wallets](./wallet-adapter/browser-extension-wallets.mdx) (ex. [Petra](https://chromewebstore.google.com/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci?hl=en))
2236
2. For [SDK Wallets](./wallet-adapter/wallets.mdx) (ex. [AptosConnect](https://aptosconnect.app))
2337

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)
43+
44+
45+
## Other Resources
2546

2647
- [Dapp Builder Guide](./wallet-adapter/dapp.mdx)
2748
- [Wallet Browser Extension Guide](./wallet-adapter/browser-extension-wallets.mdx)

0 commit comments

Comments
 (0)