@1tokenfe/hd-web-sdk
v1.1.15
Published
`@1tokenfe/hd-web-sdk` is a browser implementation of hardware-sdk that creates an iframe and communicates with transport through the iframe to avoid cross-domain issues.
Readme
@1tokenfe/hd-web-sdk
@1tokenfe/hd-web-sdk is a browser implementation of hardware-sdk that creates an iframe and communicates with transport through the iframe to avoid cross-domain issues.
Installation
Install library as npm module:
npm install @1tokenfe/hd-web-sdkor
yarn add @1tokenfe/hd-web-sdkInitialization
import { HardwareSDK } from '@1tokenfe/hd-web-sdk';
function init() {
HardwareSDK.init({
debug: false,
connectSrc: 'https://jssdk.onetoken.so/'
});
}Docs
Documentation is available hardware-js-sdk
