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

**Describe the bug** I'm using @solana/wallet-adapter-react-ui in my React application for Solana wallet integration. The WalletConnectButton works as expected in my local development environment, but when I deploy the application...

**Describe the bug** Adding Wallet Adapter for Solana in a project created with create-react-app introduces 6 errors related to missing modules. Example message: ```sh ERROR in ./node_modules/micro-ftch/index.js 59:15-30 Module not...

**Describe the bug** The PR to introduce versioned transaction support #777, introduces a UX bug for 99% of WalletConnect users. dApps are no longer able to read the `supportedTransactionVersions` field...

The `sendTransaction()` method takes in a `Connection` from `@solana/web3.js` but actually requires very little of it; just `commitment`, `sendRawTransaction()`, and `getLatestBlockhash()`. In this PR we constrain the interface to exactly...

For this patch to work, we would need a new Solana App released with supporting off-chain message signing. The code is done here: https://github.com/LedgerHQ/app-solana/pull/37 not yet been released.

**Is your feature request related to a problem? Please describe.** I am a developer who would like to utilize the predefined UI packages in Solana, such as [material-ui](https://github.com/solana-labs/wallet-adapter/tree/master/packages/ui/material-ui), without necessarily...

**Describe the bug** WalletConnect adapter is not implemented in a way in which it can guarantee signing the message of the transaction that will be returned to the dApp. the...

**Describe the bug** The wallet selection modal button(s) that many sites are using from wallet-adapter are not functioning properly with Mobile Wallet Adapter. The wallet connection buttons present a wallet...

- When you are in fullscreen on a mac (I always code in fullscreen splitting between my editor and chrome) and click on a wallet (I've tested with Phantom) it...