3.3.2 • Published 5 months ago

@secux/transport-webble v3.3.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

@secux/transport-webble

Secux Hardware Wallet webBLE API for communication layer

Usage

import { SecuxWebBLE } from "@secux/transport-webble";

const device = await SecuxWebBLE.Create(
    () => console.log("connected"),
    () => console.log("disconnected")
);

await device.Connect();

const otp = prompt("Please enter otp showing on SecuX Hardware Wallet");
await device.SendOTP(otp);

...

await device.Disconnect();
3.3.2

5 months ago

3.3.1

5 months ago

3.3.0

7 months ago

3.2.6

8 months ago

3.2.5

2 years ago

3.2.4

2 years ago

3.2.2

2 years ago

3.2.3

2 years ago

3.2.1

2 years ago

3.2.0

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

2.1.2

2 years ago

3.0.0

2 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago