GokiProtocol / walletkit

🔑 Wallet connector for Solana dApps.
https://walletkit.goki.so
GNU General Public License v3.0
194 stars 51 forks source link

Feature request: Support Coin98, Mathwallet and Torus wallets #57

Open secretshardul opened 3 years ago

callmewhy commented 3 years ago

image

It looks like Coin98 and MathWallet are already supported?

munanadi commented 3 years ago

I think there are still a few bugs currently like fresh installation of mathwallet didn't get recognised even after clicking the refresh button. But they are still working on this so hence the feature request! :)

secretshardul commented 3 years ago

Appears that wallet support is externally managed by use-solana. Currently supported ones are:

export enum WalletType {
  Coin98 = "Coin98",
  Ledger = "Ledger",
  MathWallet = "MathWallet",
  Phantom = "Phantom",
  Sollet = "Sollet",
  SolletExtension = "SolletExtension",
  Solflare = "Solflare",
  SolflareExtension = "SolflareExtension",
  Solong = "Solong",
  SecretKey = "SecretKey",
}

https://github.com/saber-hq/saber-common/blob/master/packages/use-solana/src/providers.tsx#L26

sungoki commented 3 years ago

Thanks for the suggestion-- unfortunately we are blocked by https://github.com/GokiProtocol/walletkit/issues/10 or someone needs to make a pull request to use-solana.