Skip to content

Commit

Permalink
Merge pull request #8 from LedgerHQ/tdj/remove_NanoS_support
Browse files Browse the repository at this point in the history
remove NanoS support from bitcoin clone boilerplate
  • Loading branch information
tdejoigny-ledger authored Jul 30, 2024
2 parents f720946 + 20dfea9 commit 39c81ef
Show file tree
Hide file tree
Showing 107 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Boilerplate application for bitcoin clones.

This application should be forked to create Bitcoin clone application for Ledger device such as Nano S, NanoX, NanoS+, Ledger Stax or Ledger Flex.
This application should be forked to create Bitcoin clone application for Ledger device such as NanoX, NanoS+, Ledger Stax or Ledger Flex.

The original beta specification can be found at https://ledgerhq.github.io/btchip-doc/bitcoin-technical-beta.html - with the regular set of APDUs for standard wallet operations enabled.

Expand Down
Binary file removed icons/nanos_app_bitcoin_clone_boilerplate.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]
devices = ["nanox", "nanos+", "stax", "flex"]

[tests]
pytest_directory = "./tests/"
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Then run all the tests using:
pytest --device all
```

## Launch with your Nano S/X
## Launch with your device

Compile and install the app on your device as normal.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_0_0/00000.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_0_0/00001.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_0_0/00002.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_0_0/00003.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_1_0/00000.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_1_0/00001.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_1_1/00000.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_1_1/00001.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_1_1/00002.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_message_1_1/00003.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

0 comments on commit 39c81ef

Please sign in to comment.