0.0.8 • Published 1 year ago

@credenza3/web-sdk-ext-walletconnect v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

CREDENZA WEB SDK WalletConnectExtension

Installation

npm i @credenza3/web-sdk-ext-walletconnect

import { WalletConnectExtension } from '@credenza3/web-sdk-ext-walletconnect'

Usage

Create the SDK instance

const sdk = new CredenzaSDK({
  extensions: [
    new EvmExtension({
      chainConfig,
      extensions: [
        new WalletConnectExtension({
          projectId: string,
          metadata: {
            name: string,
            description: string,
            url: string,
            icons: string[],
          },
        }),
      ],
    })
  ],
})

Login with WalletConnect

await sdk.evm.walletconnect.login()
0.0.8

1 year ago

0.0.5

2 years ago

0.0.4-rc.0

2 years ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.1-rc.8

2 years ago

0.0.1-rc.9

2 years ago

0.0.1-rc.7

2 years ago

0.0.1-rc.6

2 years ago

0.0.1-rc.5

2 years ago

0.0.1-rc.3

2 years ago

0.0.1-rc.2

2 years ago