如何在 android 连接 solana 钱包?
How to connect solana wallet in android?
我想在 android 中使用 solana 创建 nft 市场。
在 Web 客户端中有很多连接 solana 钱包(例如 solflare、phantom ...)的示例。
但是我不知道如何在 android dapp 中连接钱包。
目前看来你做不到,移动钱包似乎首先需要实现集成。
I/we有同样的问题,看这些:
- https://github.com/solana-labs/wallet-adapter/issues/309
- https://github.com/solana-labs/wallet-adapter/issues/311
- https://github.com/solana-labs/wallet-adapter/issues/312
- https://github.com/solana-labs/wallet-adapter/issues/319
建议: 如果您有想要使用的特定手机钱包,例如 Phantom which provides a Web Browser feature, you could use that to load marketplaces that have wallet adapter functionality, which can potentially hook into the native app Wallet flows e.g. Metaplex + Phantom,我已经能够将开发钱包连接到它。
我想在 android 中使用 solana 创建 nft 市场。 在 Web 客户端中有很多连接 solana 钱包(例如 solflare、phantom ...)的示例。 但是我不知道如何在 android dapp 中连接钱包。
目前看来你做不到,移动钱包似乎首先需要实现集成。
I/we有同样的问题,看这些:
- https://github.com/solana-labs/wallet-adapter/issues/309
- https://github.com/solana-labs/wallet-adapter/issues/311
- https://github.com/solana-labs/wallet-adapter/issues/312
- https://github.com/solana-labs/wallet-adapter/issues/319
建议: 如果您有想要使用的特定手机钱包,例如 Phantom which provides a Web Browser feature, you could use that to load marketplaces that have wallet adapter functionality, which can potentially hook into the native app Wallet flows e.g. Metaplex + Phantom,我已经能够将开发钱包连接到它。