UNPKG

@web3-onboard/mew-wallet

Version:

MEW (MyEtherWallet) 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 web3 providers for all supported wallets, framew

4 lines (3 loc) 119 B
import { WalletInit } from '@web3-onboard/common'; declare function mewWallet(): WalletInit; export default mewWallet;