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

2.1.0 • 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)

/@web3-onboard/enkrypt/

    Package Sidebar

    Install

    npm i @web3-onboard/enkrypt

    Weekly Downloads

    294

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    6.64 kB

    Total Files

    8

    Last publish

    Collaborators

    • aaronbarnard1
    • cmeisl