6.28.6 • Published 21 days ago

@ledgerhq/hw-transport-node-speculos-http v6.28.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
21 days ago

@ledgerhq/hw-transport-node-speculos-http

A transport for https://github.com/LedgerHQ/speculos Nano simulator using its HTTP API.

GitHub, Ledger Devs Discord, Developer Portal

Getting started

import SpeculosTransport from "@ledgerhq/hw-transport-node-speculos-http";

async function exampleSimple() {
  const transport = await SpeculosTransport.open();
  const res = await transport.send(0xE0, 0x01, 0x00, 0x00);
}

async function exampleAdvanced() {
  const transport = await SpeculosTransport.open({ baseURL: "http://localhost:5000" });
  transport.eventStream.once("data", {
    // we will click right when the display changes
    transport.button("right");
  });
  // we can also use eventStream.on and match the data buffer with the expected display before taking action
  // derivate btc address and ask for device verification
  const res = await transport.send(0xE0, 0x40, 0x01, 0x00, Buffer.from("058000002c8000000080000000000000000000000f"));
}

API

Table of Contents

SpeculosHttpTransport

Extends Transport

Speculos TCP transport implementation

Parameters

  • instance AxiosInstance
  • opts SpeculosHttpTransportOpts

Examples

import SpeculosHttpTransport from "@ledgerhq/hw-transport-node-speculos-http";
const transport = await SpeculosHttpTransport.open();
const res = await transport.send(0xE0, 0x01, 0, 0);

button

Press and release button buttons available: left, right, both

Parameters
  • but any

Returns Promise\

6.28.6

21 days ago

6.28.6-next.0

1 month ago

6.28.6-nightly.0

1 month ago

6.28.5

2 months ago

6.28.5-nightly.1

2 months ago

6.28.5-nightly.0

2 months ago

6.28.5-next.0

2 months ago

6.28.4-new-wc.0

3 months ago

6.28.4

3 months ago

6.28.4-wc-test.0

3 months ago

6.28.4-next.0

3 months ago

6.28.4-nightly.0

3 months ago

6.28.3

3 months ago

6.28.3-next.0

4 months ago

6.28.2

4 months ago

6.28.2-nightly.1

4 months ago

6.28.2-next.0

4 months ago

6.28.2-nightly.0

5 months ago

6.28.1

5 months ago

6.28.1-next.0

5 months ago

6.28.0-next.0

6 months ago

6.27.20-nightly.0

8 months ago

6.27.20-nightly.2

7 months ago

6.27.20-nightly.1

7 months ago

6.27.20-nightly.3

6 months ago

6.28.1-nightly.0

5 months ago

6.28.0-nightly.2

6 months ago

6.28.0-nightly.3

6 months ago

6.28.0

6 months ago

6.27.21-nightly.1

6 months ago

6.27.21-nightly.0

6 months ago

6.27.17

10 months ago

6.27.20-next.0

6 months ago

6.27.18

9 months ago

6.27.19

9 months ago

6.27.18-nightly.2

9 months ago

6.27.18-nightly.1

9 months ago

6.27.18-nightly.0

10 months ago

6.27.20

6 months ago

6.27.20-tag-word.0

7 months ago

6.27.19-next.0

9 months ago

6.27.17-nightly.0

10 months ago

6.27.17-next.0

10 months ago

6.27.18-next.0

9 months ago

6.27.16-notarizer.0

11 months ago

6.27.16-nightly.0

11 months ago

6.27.16

11 months ago

6.27.14

1 year ago

6.27.15

12 months ago

6.27.15-nightly.0

12 months ago

6.27.15-next.0

12 months ago

6.27.14-next.0

1 year ago

6.27.16-next.0

11 months ago

6.27.13

1 year ago

6.27.13-next.0

1 year ago

6.27.12

1 year ago

6.27.11

1 year ago

6.27.12-next.0

1 year ago

6.27.11-next.0

1 year ago

6.27.8-next.0

1 year ago

6.27.10

1 year ago

6.27.9

1 year ago

6.27.7

1 year ago

6.27.8

1 year ago

6.27.9-next.0

1 year ago

6.27.7-next.0

1 year ago

6.27.7-nightly.1

2 years ago

6.27.10-next.0

1 year ago

6.27.6-next.0

2 years ago

6.27.7-nightly.0

2 years ago

6.27.7-ts-llm.0

2 years ago

6.27.5

2 years ago

6.27.6

2 years ago

6.27.5-next.0

2 years ago

6.27.4-nightly.0

2 years ago

6.27.5-nightly.2

2 years ago

6.27.5-nightly.0

2 years ago

6.27.5-nightly.1

2 years ago

6.27.3

2 years ago

6.27.4

2 years ago

6.27.4-next.0

2 years ago

6.27.3-next.0

2 years ago

6.27.3-nightly.0

2 years ago

6.27.2-next.0

2 years ago

6.27.2-yolo.0

2 years ago

6.27.2-nightly.1

2 years ago

6.27.2

2 years ago

6.27.2-nightly.0

2 years ago

6.27.0

2 years ago

6.27.1

2 years ago

6.27.1-fts.6

2 years ago

6.26.0

2 years ago

6.25.1-alpha.3

2 years ago

6.24.1

2 years ago

6.22.0

2 years ago