wallet-adapter icon indicating copy to clipboard operation
wallet-adapter copied to clipboard

Modular TypeScript wallet adapters and components for Solana applications.

Results 84 wallet-adapter issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I'm trying to use nacl crypto_box style authenticated encryption to store encrypted messages on-chain. **Describe the solution you'd like** encryptMessage(message:...

follow-up to #451 to add back `wallet-adapter-walletconnect`. the WalletConnect code hit `2.0.0-rc1` recently, which i hope will lead to some stability here! here's a demo video: https://user-images.githubusercontent.com/1118534/183523644-1d86c631-23a9-4db4-a9a7-2f16a10096a9.mov if you're building...

Fixed particle build issues. Please check!

The example in the README contains a call to a function that is deprecated: ![image](https://user-images.githubusercontent.com/15079807/183314575-2f991bda-c336-403c-8815-b594ae54d262.png)

**Is your feature request related to a problem? Please describe.** Currently there does not seem to be a standard wallet connector interface, each wallet adapter is implemented separately. This causes...

https://phantom.app/blog/introducing-phantom-deeplinks #319 #312 #311 #309

**Is your feature request related to a problem? Please describe.** It would be nice to have a user defined ordering for the wallets in the wallet modal. We have a...

import React, { FC, useMemo } from 'react'; import { ConnectionProvider, WalletProvider } from '@solana/wallet-adapter-react'; import { WalletAdapterNetwork } from '@solana/wallet-adapter-base'; import { GlowWalletAdapter, PhantomWalletAdapter, SlopeWalletAdapter, SolflareWalletAdapter, SolletExtensionWalletAdapter, SolletWalletAdapter, TorusWalletAdapter,...

**Is your feature request related to a problem? Please describe.** Can't configure getting started wallet for modal **Describe the solution you'd like** I'd like to be able to modify /...

**Describe the bug** On chrome mobile I tried the GitHub demo and it does not launch phantom app.(installed) when the phantom is clicked on the dialog/modal On desktop the phantom...