@web3-wallets-kit/fortmatic-connector

Package for connecting with Ethereum wallets for dApp

Usage no npm install needed!

<script type="module">
  import web3WalletsKitFortmaticConnector from 'https://cdn.skypack.dev/@web3-wallets-kit/fortmatic-connector';
</script>

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',
});