exeos
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
23 lines (18 loc) • 457 B
Markdown
add @web3-react/fortmatic-connector`
```typescript
interface FortmaticConnectorArguments {
apiKey: string
chainId: number
}
```
```javascript
import { FortmaticConnector } from '@web3-react/fortmatic-connector'
const fortmatic = new FortmaticConnector({ apiKey: '...', chainId: 4 })
```
- [Install](
- [Arguments](
- [Example](
`yarn