Skip to content

Commit

Permalink
update and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 17, 2025
1 parent 3dccf4b commit 8cf6d74
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,14 @@ You can also run the app directly on the [Speculos emulator](https://github.com/
```bash
speculos --apdu-port 9999 --api-port 5001 --display headless --model nanosp target/nanosplus/release/app-boilerplate-rust
```
:warning: UI is displayed on `localhost::5001`
:warning: UI is displayed on `localhost:5001`
#### Stax or Flex
```bash
speculos --apdu-port 9999 --api-port 5001 --model stax target/stax/release/app-boilerplate-rust
```
:warning: UI is displayed by your X server
You can then send APDU using `ledgercomm`:

You can then send APDU using `ledgercomm` (`pip install ledgercomm`):
```
ledgercomm-send file test.apdu
```
Expand All @@ -110,9 +111,11 @@ ledgercomm-send file test.apdu
```shell
pip3 install ledgerwallet
````
ℹ️ Your device must be connected, unlocked and the screen showing the dashboard (not inside an application). For instance, for Flex:
ℹ️ Your device must be connected, unlocked and the screen showing the dashboard (not inside an application).

For instance, for Flex:
```bash
ledgerctl install -f target/stax/release/app_flex.json
ledgerctl install -f target/flex/release/app_flex.json
```

## Continuous Integration
Expand Down

0 comments on commit 8cf6d74

Please sign in to comment.