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

2.0.4 • Public • Published

@web3-onboard/enkrypt

Wallet module for connecting Enkrypt wallet through web3-onboard

Install

NPM npm i @web3-onboard/core @web3-onboard/enkrypt

Yarn yarn add @web3-onboard/core @web3-onboard/enkrypt

Usage

import Onboard from '@web3-onboard/core'
import enrkypt from '@web3-onboard/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 @web3-onboard/enkrypt

Weekly Downloads

504

Version

2.0.4

License

MIT

Unpacked Size

6.67 kB

Total Files

8

Last publish

Collaborators

  • aaronbarnard1
  • cmeisl