Skip to content

Instantly share code, notes, and snippets.

@ronanyeah
Created September 7, 2023 15:17
Show Gist options
  • Save ronanyeah/5e30a01550f0a0f7607d5f8feccc45f8 to your computer and use it in GitHub Desktop.
Save ronanyeah/5e30a01550f0a0f7607d5f8feccc45f8 to your computer and use it in GitHub Desktop.
WalletConnect Solana
import { WalletConnectWalletAdapter } from "@solana/wallet-adapter-walletconnect";
const adapter = new WalletConnectWalletAdapter({
network: "mainnet-beta" as any,
options: {
projectId: "<id>",
},
});
adapter.connect();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment