-
Notifications
You must be signed in to change notification settings - Fork 327
LLC:developing
KVNLS edited this page Jul 17, 2023
·
3 revisions
To get things started, install the dependencies and build the project:
yarn # install deps
yarn build # build live-common...
yarn watch # ...or watch to faster re-build
yarn test # test exclusively live-common
Ledger Live Common is the central library that many project consumes: cli/
, mobile-test-app/
, Ledger Live Desktop, Ledger Live Mobile. We have tools to quickly develop on it and test it on there.
You can use ledger-live
CLI to test your changes, for this you will need to configure it, follow Developing with ledger-live
CLI
to run exclusively on master
yarn publish
git push
git push --tags
you also likely want to update tool
and release a new version as well (second commit).
Please find instruction in src/data/cryptocurrencies.js
.
- Ledger Live Desktop
- Ledger Live Mobile
-
Ledger Live Common
- Introduction
- Currency Models
- Currency Bridge
- Account
- Account Bridge
- apps
- appsCheckAllAppVersions
- ledger-live bot
- Canonical Ways to Investigate Bugs
- Coin Integration Introduction
- Countervalues
- Packages Duplicates
- Derivation
- Developing with CLI
- Developing
- Gist Firmware Update
- Gist Transaction
- Hardware Wallet Logic
- Socket
- Assorted tips
- Integration Tests
- Process
- Monorepository Migration Guide
- Issues, Workaround and Tricks
- Common CI Troubleshooting
- Create staging builds using the CI
- Deprecated