UNPKG

@btc-vision/walletconnect

Version:

The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.

6 lines (5 loc) 291 B
export { WalletConnectContext } from './context/WalletConnectContext'; export { useWalletConnect } from './hooks/WalletConnectHook'; export * from './types'; export { default as WalletConnectProvider } from './provider/WalletConnectProvider'; export * from './wallets/supported-wallets.js';