@web3-onboard/mew
v2.2.1
Published
(DEPRECATED. Use @web3-onboard/mew-wallet instead) MEW (My Ether Wallet) 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 we
Downloads
80
Readme
@web3-onboard/mew
(Deprecated) Wallet module for connecting WalletLink to web3-onboard
Wallet module for connecting Mew wallet to web3-onboard
Install
npm i @web3-onboard/mew
Usage
import Onboard from '@web3-onboard/core'
import mewModule from '@web3-onboard/mew'
const mew = mewModule()
const onboard = Onboard({
// ... other Onboard options
wallets: [
mew
//... other wallets
]
})
const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)
NOTE: Currently not building on M1 Macs