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