@subwallet-connect/mew
v1.0.8
Published
(DEPRECATED. Use @subwallet-connect/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 complia
Downloads
11
Maintainers
Readme
@subwallet-connect/mew
(Deprecated) Wallet module for connecting WalletLink to web3-onboard
Use @subwallet-connect/mew-wallet
Wallet module for connecting Mew wallet to web3-onboard
Install
npm i @subwallet-connect/mew
Usage
import Onboard from '@subwallet-connect/core'
import mewModule from '@subwallet-connect/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