Package Exports
- @subwallet-connect/mew
- @subwallet-connect/mew/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@subwallet-connect/mew) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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