Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phantasma-io/ledger-app-database
https://github.com/phantasma-io/ledger-app-database
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phantasma-io/ledger-app-database
- Owner: phantasma-io
- Created: 2024-03-11T11:11:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T11:11:11.000Z (10 months ago)
- Last Synced: 2024-05-01T00:44:47.278Z (8 months ago)
- Language: Python
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ledger app database repository
This project contains databases and associated scripts related to Ledger apps.
## app-load-params-db.json
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### Usage in an app
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### How to add support for your application
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.