web3-ledgerhq-connector
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i web3-ledgerhq-connector

Weekly Downloads

10

Version

1.3.1

License

MIT

Unpacked Size

115 kB

Total Files

25

Last publish

Collaborators

  • george-avs