Wallets
Enkrypt
Wallet module for connecting Enkrypt wallet through web3-onboard
Install
- Yarn
- Npm
terminal
yarn add @web3-onboard/enkrypt
terminal
npm install @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)
Build Environments
For build env configurations and setups please see the Build Env section here