0.0.5 • Published 2 years ago

@cosmostation/wc-modal v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@cosmostation/wc-modal

Installation

yarn add @cosmostation/wc-modal
npm install @cosmostation/wc-modal

Tendermint

import { CosmostationWCModal } from '@cosmostation/wc-modal';

const connector = new WalletConnect({
  bridge: 'https://bridge.walletconnect.org',
  signingMethods: ['cosmostation_wc_accounts_v1', 'cosmostation_wc_sign_tx_v1'],
  qrcodeModal: CosmostationWCModal,
});