1. Wallets
  2. Mew Wallet

Wallets

Mew Wallet

Wallet module for connecting Mew wallet through web3-onboard

Install

Usage

        import Onboard from '@web3-onboard/core';
import mewWallet from '@web3-onboard/mew-wallet';

const mewWalletModule = mewWallet();

const onboard = Onboard({
	// ... other Onboard options
	wallets: [
		mewWalletModule
		//... 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


Previous <- Mew