UNPKG

hw-app-eos-test

Version:

Ledger Hardware Wallet Stellar Application API

7 lines (6 loc) 237 B
//import EosHQ from './lib/EosLedger'; //import Transport from "@ledgerhq/hw-transport-u2f"; //const transport = await Transport.create(); //const eos = new EosHQ(transport); const EosHQ = require('./lib/EosLedger'); console.log(EosHQ);