@subwallet-connect/enkrypt
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@subwallet-connect/enkrypt

Wallet module for connecting Enkrypt wallet through web3-onboard

Install

NPM npm i @subwallet-connect/core @subwallet-connect/enkrypt

Yarn yarn add @subwallet-connect/core @subwallet-connect/enkrypt

Usage

import Onboard from '@subwallet-connect/core'
import enrkypt from '@subwallet-connect/enkrypt'

const enrkyptModule = enrkypt()

const onboard = Onboard({
  // ... other Onboard options
  wallets: [
    enrkyptModule
    //... other wallets
  ]
})

const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)

Package Sidebar

Install

npm i @subwallet-connect/enkrypt

Weekly Downloads

49

Version

1.0.4

License

MIT

Unpacked Size

6.79 kB

Total Files

8

Last publish

Collaborators

  • anhmtv