1.3.1 • Published 2 months ago

@bnb-chain/ledger-bridge v1.3.1

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

@bnb-chain/ledger-bridge

Usage

import { BSCLedgerBridge } from '@bnb-chain/ledger-bridge';

const bridge = new BSCLedgerBridge();
const ledgerLive = `m/44'/60'/0'/0/0`;

await bridge.getFirstPage(ledgerLive);

Development

  1. git clone
  2. yarn install
  3. yarn start
  4. cd example && yarn dev
  5. You can visit it by http://localhost:8080/

License

See LICENSE for more information.