Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@renproject/multiwallet-ethereum-mewconnect-connector

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renproject/multiwallet-ethereum-mewconnect-connector

This package provides a connector for the MEW mobile application

latest
Source
npmnpm
Version
2.6.0
Version published
Maintainers
5
Created
Source

@renproject/multiwallet-ethereum-mewconnect-connector

This package provides a connector for the MEW mobile application

Usage

new EthereumMEWConnectConnector({
    rpc: {
        1: `wss://mainnet.infura.io/ws/v3/${process.env.REACT_APP_INFURA_KEY}`,
    },
    chainId: 1,
    debug: true,
});

Note, must be served on an HTTPS connection in order to work, so local-host testing can be problematic.

Parameters

parametertypedescription
debugbooleanPrint debug messages
chainIdintegerWhich chain to connect to (currently Mainnet only)
rpc{ integer: string }A map of chain ids to Websocket RPC URLs

FAQs

Package last updated on 16 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts