Socket
Socket
Sign inDemoInstall

@blocto/connectkit-connector

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocto/connectkit-connector

blocto wallet connector to use with connectkit


Version published
Maintainers
6
Created
Source

connectkit-connector

integrateBloctoConfig is used to integrate Blocto with ConnectKit.

How to use

Install package

yarn add @blocto/connectkit-connector

Example

import { getDefaultConfig, supportedConnectors } from 'connectkit';
import { integrateBloctoConfig } from '@blocto/connectkit-connector';

// ...

let config = integrateBloctoConfig(
  createConfig(
    getDefaultConfig({
      appName: 'ConnectKit CRA demo',
      autoConnect: false,
      chains: [mainnet, polygon, optimism, arbitrum],
      walletConnectProjectId: process.env.REACT_APP_WALLETCONNECT_PROJECT_ID!,
    })
  ),
  supportedConnectors
);

FAQs

Package last updated on 18 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc