@web3-onboard/mew

v2.2.1
(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
Ethereum Web3 EVM dapp Multichain Wallet Transaction Provider Hardware Wallet and 19 more...

@web3-onboard/mew

(Deprecated) Wallet module for connecting WalletLink to web3-onboard

Use @web3-onboard/mew-wallet

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

npm i @web3-onboard/mew

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/5/2024

Downloads