@b2network/b2-wallet-connector-web3-react
v0.0.2
Published
## Getting Started
Downloads
6
Readme
b2-wallet-connector-web3-react
Getting Started
- Install the package
// with yarn
yarn add @b2network/b2-wallet-connector-web3-react
// with npm
npm i @b2network/b2-wallet-connector-web3-react
- Integrate B2 connector with @web3-react
import { LegacyB2Connector } from '@b2network/b2-wallet-connector-web3-react'
const b2wallet = new LegacyB2Connector({
supportedChainIds: [1002]
})