@chargerwallet/hd-common-connect-sdk
v4.0.0
Published
`@chargerwallet/hd-common-connect-sdk` is a libarary that runs in the node enviroment. And communicates with transport in the normal way.
Downloads
72
Readme
@chargerwallet/hd-common-connect-sdk
@chargerwallet/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 @chargerwallet/hd-common-connect-sdk
or
yarn add @chargerwallet/hd-common-connect-sdk
Initialization
import HardwareSDK from '@chargerwallet/hd-common-connect-sdk';
function init() {
HardwareSDK.init({
debug: false,
});
}