Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 639 Bytes

SecuX Wallet JS SDK

This package is for connecting with SecuX hardware wallet.

Requirements

  • Node.js version >= 14 or above (which can be checked by running node -v). You can use nvm for managing multiple Node versions on a single machine installed.

Environment

In root of downloaded secux-js package, use below command to build all packages.

sh setup.sh

Test

In root of downloaded secux-js package, use below command to run all unit tests.

npm run test:webusb

You can also run a test under sub-package folder.

Released NPM

https://www.npmjs.com/search?q=%40secux