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.
It is highly recommended to use the `@aptos-labs/wallet-adapter-react` package for the best experience. Make sure you integrate with the Aptos Wallet Adapter by following these [steps](./dapp.mdx)
59
+
</Callout>
47
60
48
61
Supporting x-chain accounts in a dApp requires only a 2-step installation process.
49
62
63
+
<Steps>
64
+
65
+
### Install the `@aptos-labs/derived-wallet-solana` package
66
+
50
67
```bash
51
68
npm install @aptos-labs/derived-wallet-solana
52
69
```
53
70
71
+
### Import the `setupAutomaticSolanaWalletDerivation` function
72
+
54
73
Once you have installed the `@aptos-labs/derived-wallet-solana` package, you can import and use it.
55
74
In the same file where you import the other wallets, such as `WalletProvider.tsx`, you can add the following:
0 commit comments