1.4.0 • Published 9 months ago

web3-ledgerhq-connector v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

⚠️ DEPRECATION WARNING ⚠️

The ledger connector for web3-react is not maintained anymore.

The ledger connector for wagmi can be found in the reef-knot package and continues to be supported and developed there.

Ledger connector

Connector for web3-react based on @ledgerhq/hw-transport-webhid

Install

yarn add web3-ledgerhq-connector

Arguments

new LedgerHQConnector({
  chainId: number,
  url: string,
});

Example

import { LedgerHQConnector } from 'web3-ledgerhq-connector';

const LedgerHQFrame = new LedgerHQConnector({
  chainId: 1,
  url: 'https://your.rpc/endpoint',
});