Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 525 Bytes

authereum.md

File metadata and controls

22 lines (16 loc) · 525 Bytes

web3-react Documentation - Authereum

Install

yarn add @web3-react/authereum-connector

Connector Arguments

chainId: number

Example

import { AuthereumConnector } from '@web3-react/authereum-connector'

const authereum = new AuthereumConnector({ chainId: 42 })

Note: Once the connector has been activated, the Authereum SDK instance can be accessed under the .authereum property.