anza-xyz / wallet-adapter

Modular TypeScript wallet adapters and components for Solana applications.
https://anza-xyz.github.io/wallet-adapter/
Apache License 2.0
1.46k stars 911 forks source link

Tidus Wallet Support #897

Closed michaelessiet closed 5 months ago

michaelessiet commented 5 months ago

Describe the solution you'd like Hi, can I make a PR to add Tidus Wallet? Or is there another way that I can add Tidus Wallet to the list of detected providers without having to open a PR and add Tidus as a package here explicitly? Maybe kinda like EIP6369?

P.S: I noticed that backpack isn't in the wallets directory but is supported

jordaaash commented 5 months ago

See https://github.com/anza-xyz/wallet-adapter/blob/master/WALLET.md

The Wallet Standard provides the detection mechanism for wallets.

michaelessiet commented 5 months ago

See https://github.com/anza-xyz/wallet-adapter/blob/master/WALLET.md

The Wallet Standard provides the detection mechanism for wallets.

Hey, so I keep getting this error from while using the example dapp in packages/starters/react-ui-starter

Screenshot 2024-02-12 at 02 23 23

I implemented everything as mentioned in the markdown file that you sent me. Funny thing is that when I log the particular callback function that is supposedly undefined or not a function, it shows up as a function in the console s=>register(a)(minified). Help or a more in-depth guide would be much appreciated.

michaelessiet commented 5 months ago

BTW this happens after the registerWallet function is called and when the event is dispatched. And yes, detail is also defined and is also a function when I log it.

Screenshot 2024-02-12 at 02 27 18

michaelessiet commented 5 months ago

@jordaaash

jordaaash commented 5 months ago

We don't use Github issues for support. Please use the Solana Stack Exchange.

If your wallet correctly implements the Wallet Standard, it will be detected by the example app here: https://anza-xyz.github.io/wallet-adapter/example/

That's all the help I can provide at this time.