This project contains databases and associated scripts related to Ledger apps.
This database list the different APP_LOAD_PARAMS for each app variants. It associate to an app variant:
- the appFlags
- the appName
- the curve
- the path
This database is used to check apps for misuse of APP_LOAD_PARAMS or conflicts on APPNAME or VARIANT.
It is part of the App compliance workflow which is mandatory for all apps.
Please see an example on how to use the reusable workflows in the app-boilerplate
repository.
We will always keep the app-boilerplate
repository complete and up-to-date in terms of workflows.
https://github.com/LedgerHQ/app-boilerplate
If your application is not already in the database or if you want to update its content (for example to request for another derivation path), please create a Pr with the requested changes. You can use this script with --app_path
parameter to easily update the ledger app database with your own app data.