essefuga
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
23 lines (16 loc) • 525 B
Markdown
# `web3-react` Documentation - Authereum
- [Install](#install)
- [Connector Arguments](#connector-arguments)
- [Example](#example)
## Install
`yarn add @web3-react/authereum-connector`
## Connector Arguments
```typescript
chainId: number
```
## Example
```javascript
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.