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

While there are some code snippets in the README and some packages that can be run to connect to a wallet, it would be more helpful to have fully functioning...

There's a TS error with the `ui/material-ui` package: ``` ➜ yarn build yarn run v1.22.19 $ yarn clean && tsc -p tsconfig.json && tsc-esm -p tsconfig.json && tsc -p tsconfig.cjs.json...

In particular, use the `getLatestBlockhash()` API and use the entire result with `confirmTransaction()` to use the new blockheight-based transaction confirmation strategy.

This PR adds the wallet adapter for the Infinity Wallet, allowing our users to easily connect to Solana DApps via our unique Infinity Wallet Browser-less Web3 feature (removing the need...

ability to provide encoding to use to sign message

https://github.com/solana-labs/wallet-adapter/pull/558#discussion_r969033486 > Speaking of which, it's probably time for the generic `Name` to go! It doesn't actually do anything useful (because you don't have type safety for which wallets are...

enhancement

Adjust wallet logo & uri to reflect github change (babilu-online -> alphabatem)

This PR adds support for Standard Wallets registered on `window.navigator.wallets` by wrapping them with adapters. This allows existing apps to update their `@solana/wallet-adapter-react` with a patch version change and get...

**Describe the bug** All links are broken in https://anza-xyz.github.io/wallet-adapter/ **To Reproduce** Steps to reproduce the behavior: 1. Go to https://anza-xyz.github.io/wallet-adapter/ 2. Click on **TypeScript Docs** 3. See 404 error **Expected...