import { BSCLedgerBridge } from '@bnb-chain/ledger-bridge';
const bridge = new BSCLedgerBridge();
const ledgerLive = `m/44'/60'/0'/0/0`;
await bridge.getFirstPage(ledgerLive);
- git clone
- yarn install
- yarn start
- cd example && yarn dev
- You can visit it by http://localhost:8080/
See LICENSE for more information.