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.