Skip to content

Commit

Permalink
XS: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Oct 4, 2023
1 parent 8c58015 commit 227070e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Features (not) available on specific Ledger devices

Nano S has a very limited space for storing applications. It is not enough to fit all Cardano features there, so some of them are only available on Nano S+ and other more spacious Ledger devices (e.g. Nano X and Stax).

The features not supported on Nano S, Cardano app version 7 and above:
* token minting/burning (but tokens can be included in transaction outputs)
* pool registration and retirement
* signing of operational certificates
* computation of native script hashes
* details in Byron change outputs (only the address is shown)

Details can be found in [Makefile](../Makefile) and in the code (search for compilation flags beginning with `APP_FEATURE_`).

0 comments on commit 227070e

Please sign in to comment.