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 am trying to run the starter app template at: packages/starter/create-react-app-starter I attempted to use `npm install ` but got the following error: ``` npm ERR! code...

connect function type argument and it returns publicKey.

**Describe the bug** I have created following [adapter repo](https://github.com/Spiral-Safe/wallet-adapter) and created an [extension here](https://github.com/Spiral-Safe/extension) with it while loading the extension, on `wallet-standard:app-ready ` event it attempts to decunstruct a variable...