@digitalshieldfe/hd-common-connect-sdk
v1.0.1
Published
`@digitalshieldfe/hd-common-connect-sdk` is a libarary that runs in the node enviroment. And communicates with transport in the normal way.
Downloads
7
Readme
@digitalshieldfe/hd-common-connect-sdk
@digitalshieldfe/hd-common-connect-sdk is a libarary that runs in the node enviroment. And communicates with transport in the normal way.
Installation
Install library as npm module:
npm install @digitalshieldfe/hd-common-connect-sdkor
yarn add @digitalshieldfe/hd-common-connect-sdkInitialization
import HardwareSDK from '@digitalshieldfe/hd-common-connect-sdk';
function init() {
HardwareSDK.init({
debug: false,
});
}Docs
Documentation is available hardware-js-sdk
Examples
// TODO: add example url
