@web3-wallets-kit/squarelink-connector

Package for connecting with Ethereum wallets for dApp

Usage no npm install needed!

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

README

@web3-wallets-kit/squarelink-connector

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

Installation

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

Example

import { SquarelinkConnector } from '@web3-wallets-kit/squarelink-connector';

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