@web3-wallets-kit/portis-connector

Package for connecting with Ethereum wallets for dApp

Usage no npm install needed!

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

README

@web3-wallets-kit/portis-connector

You need to create API_KEY. You can do it in Portis dashboard.

Installation

npm install @web3-wallets-kit/portis-connector

Example

import { PortisConnector } from '@web3-wallets-kit/portis-connector';

const connector = new PortisConnector({
  apiKey: 'API_KEY',
  network: 'kovan',
});