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/browser-extension-wallets.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ In order for dapp users who are not already using your wallet to get the option
65
65
git checkout -b your-wallet
66
66
```
67
67
68
-
### Navigate to [`packages/wallet-adapter-core/src/AIP62StandardWallets`](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-core/src/AIP62StandardWallets).
69
-
### Add your wallet’s details to [`registry.ts`](https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/packages/wallet-adapter-core/src/AIP62StandardWallets/registry.ts) by following the `AptosStandardSupportedWallet` interface.
68
+
### Navigate to [`packages/wallet-adapter-core/src/AIP62StandardWallets`](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-core/src).
69
+
### Add your wallet’s details to [`registry.ts`](https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/packages/wallet-adapter-core/src/registry.ts) by following the `AptosStandardSupportedWallet` interface.
Copy file name to clipboardExpand all lines: apps/nextra/pages/en/build/sdks/wallet-adapter/dapp.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ This provides a standard interface for using all Aptos wallets, and allows new w
19
19
```bash filename="Terminal"
20
20
npm install @aptos-labs/wallet-adapter-react
21
21
```
22
+
<details>
23
+
24
+
<summary>
25
+
<b>For versions prior to v4.0.0</b>
26
+
</summary>
22
27
23
28
### (Optional) Install the plugins for any “Legacy Standard Compatible” Wallets you want to support from [this list](https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/README.md#supported-wallet-packages).
24
29
@@ -43,6 +48,8 @@ import { AptosWalletAdapterProvider } from "@aptos-labs/wallet-adapter-react";
Copy file name to clipboardExpand all lines: apps/nextra/pages/en/build/sdks/wallet-adapter/wallets.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,15 +69,15 @@ In order for dapp users who are not already using your wallet to get the option
69
69
git checkout -b your-wallet
70
70
```
71
71
72
-
### Navigate to [`packages/wallet-adapter-core/src/AIP62StandardWallets`](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-core/src/AIP62StandardWallets).
72
+
### Navigate to [`packages/wallet-adapter-core/src/AIP62StandardWallets`](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-core/src).
73
73
74
74
### Import your SDK wallet npm package.
75
75
76
76
```bash filename="Terminal"
77
77
pnpm i @yourpackage
78
78
```
79
79
80
-
### Import your wallet in [`sdkWallets.ts`](https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/packages/wallet-adapter-core/src/AIP62StandardWallets/sdkWallets.ts).
80
+
### Import your wallet in [`sdkWallets.ts`](https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/packages/wallet-adapter-core/src/sdkWallets.ts).
0 commit comments