Skip to content

keycard-tech/shelljs-node-hid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShellJS Node HID

ShellJS Node HID is based on @ledgerhq/hw-transport-node-hid and allows to communicate with Keycard Pro using usb HID.

[Node]/Electron (HID) – uses node-hid and usb.

Usage example

import ShellJSNodeHID from "shelljs-node-hid";
...
let transport: any;
transport = await ShellJSNodeHID.TransportNodeHid.default.create();
...

About

Keycard Shell Node implementation of the communication layer

Resources

Stars

Watchers

Forks

Packages

No packages published