How to connect Solana wallet using MetaMask SDK (React)?

I use MetaMask SDK for React, but it does not support working with Solana network. Is there a way to work with Solana blockchain using MetaMask SDK?

Hi thanks for your question, I don’t think it’s possible to build on Solana with MetaMask SDK at the moment. I’m checking with the team about sdk as an alternative you may check Solana MetaMask Snap Solana Wallet on the MetaMask Snaps Directory

1 Like

By now the SDK doesn’t support Solana, what you could do is to use the MetaMask API instead: Solana | MetaMask developer documentation we would suggest to use other libraries, like Web3Auth: Integrate Web3Auth with the Solana Blockchain | Documentation | Web3Auth

1 Like

Thanks for the answer, I’ll try Web3Auth