You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
Can below code be used to fetch EOS public key from Ledger Nano S.
Browserified version of @ledgerhq/hw-transport-webhid and @ledgerhq/hw-app-eth
var transport = await TransportWebHID.create();
var eos = new AppEth(transport);
Device permission and connect works but when trying to get app config it generates error.
eos.getAppConfiguration()
name: "DisconnectedDeviceDuringOperation", message: "Failed to write the report."
The text was updated successfully, but these errors were encountered: