Skip to content

Files

Latest commit

068ca91 · Apr 8, 2021

History

History
7 lines (4 loc) · 959 Bytes

File metadata and controls

7 lines (4 loc) · 959 Bytes

web3-react-multichain Documentation - Connectors

Connectors are stand-alone packages that interface with web3-react-multichain and manage connections to a single type of Ethereum node or wallet. To give an example: it's quite common for dApp users to rely on browser extensions such as MetaMask to manage their account for them. So, web3-react-multichain defines a connector that's responsible for interfacing with browser extensions. The current list of first-party web3-react-multichain connectors can be found in the top-level README.md.

One enormous benefit to web3-react-multichain is that it's incredibly easy to extend existing/create new connectors! They're very simple Javascript class objects which simply need to define a few functions to be fully compatible with the rest of web3-react-multichain.

For more information on specific first-party connectors, see the individual files in this folder.