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

1.1.27 • Public • Published

cosmos-walletconnect

Gotabit Walletconnect with Direct and Amino signing

Install

npm install

npm i @gotabit/wallet-walletconnect

yarn install

yarn add @gotabit/wallet-walletconnect

Init Walletconnect

import { Walletconnect } from '@gotabit/wallet-walletconnect';

const wallet = await Walletconnect.init('test', {
  logger: 'debug',
  relayUrl: 'wss://relay.gotabit.dev',
  projectId: '2c921904d8ebc91517cd11c1cc4a267f',
  metadata: {
    name: 'Gotabit SDK WalletConnect test',
    description: 'Gotabit SDK WalletConnect test',
    url: 'https://sdk.gotabit.dev',
    icons: [`https:\/\/res.gotabit.io\/svg\/icon.svg`],
  },
});

Credits

Code built with the help of these related projects:

Package Sidebar

Install

npm i @gotabit/wallet-walletconnect

Weekly Downloads

10

Version

1.1.27

License

MIT

Unpacked Size

1.9 MB

Total Files

22

Last publish

Collaborators

  • new_sunflower
  • wuchendi
  • roy_gotabit