@subwallet-connect/enkrypt
v1.0.8
Published
Enkrypt SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern
Downloads
5
Maintainers
Readme
@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)