GokiProtocol / walletkit

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

Use official Solana wallet connector instead of `use-solana` #10

Open sungoki opened 3 years ago

sungoki commented 3 years ago

use-solana does not seem to be as maintained as Solana Labs's wallet-adapter. We should consider using that directly.

In addition to this, we'll also get support for Torus, which is very useful for Web3 projects that target non-crypto users.

callmewhy commented 3 years ago

Hi @sungoki , are you working on this now? If not I can create a PR to do this. I hope to use SlopeWallet in official wallet adapter

callmewhy commented 3 years ago

Hi @sungoki , any ETA for the official connector?

secretshardul commented 3 years ago

@callmewhy wallet support is managed externally through use-solana. You could consider adding Slope to https://github.com/saber-hq/saber-common/blob/59b64fc7fe99a499535171f8f9fd3f63e997466a/packages/use-solana/src/providers.tsx#L26

callmewhy commented 3 years ago

Hi @secretshardul , yes I tried to. But I notice that sungoki planed to replace saber-hq use-solana with official use-solana, it will make slope available easily.

sungoki commented 3 years ago

Hi @callmewhy -- there are currently no plans to swap out use-solana with the official Solana wallet connector; however, we would gladly accept a PR that were to tackle this.