@solana/wallet-adapter-walletconnect
TypeScript icon, indicating that this package has built-in type declarations

0.1.16 • Public • Published

@solana/wallet-adapter-walletconnect

import { WalletConnectWalletAdapter } from '@solana/wallet-adapter-walletconnect';

const App = () => {
  ...
  const wallets = useMemo(
      () => [
          new WalletConnectWalletAdapter({
              network,
              options: {
                  relayUrl: 'wss://relay.walletconnect.com',
                  // example WC app project ID
                  projectId: 'e899c82be21d4acca2c8aec45e893598',
                  metadata: {
                      name: 'Example App',
                      description: 'Example App',
                      url: 'https://github.com/solana-labs/wallet-adapter',
                      icons: ['https://avatars.githubusercontent.com/u/35608259?s=200'],
                  },
              },
          }),
      ],
      []
  );
  ...
}

Readme

Keywords

none

Package Sidebar

Install

npm i @solana/wallet-adapter-walletconnect

Weekly Downloads

37,720

Version

0.1.16

License

Apache-2.0

Unpacked Size

50.9 kB

Total Files

19

Last publish

Collaborators

  • mcintyre94
  • 2501babe
  • lorisleiva
  • buffalojoec
  • ngundotra
  • _chido
  • steveluscher
  • sebastianbor
  • seanyoung
  • mvines
  • tyera
  • joncinque
  • ryoqun
  • trent-solana
  • jordansexton