@web3-wallets-kit/fortmatic-connector
v0.3.9
Published
Package for connecting with Ethereum wallets for dApp
Downloads
10
Readme
@web3-wallets-kit/fortmatic-connector
You need to create API_KEY. You can do it in Fortmatic dashboard.
Installation
npm install @web3-wallets-kit/fortmatic-connector
Example
import { FortmaticConnector } from '@web3-wallets-kit/fortmatic-connector';
const connector = new FortmaticConnector({
apiKey: 'API_KEY or TEST_API_KEY',
network: 'kovan',
});