You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
meriadec 745edaf8b5
Put back nested node_modules in build
7 years ago
.circleci Quiet down the flow output in CI 7 years ago
.storybook Integrate i18n in storybook 7 years ago
build Add Linux requirements in README. Add Linux icon. 7 years ago
flow-defs Add snapshot tests from FormattedVal 7 years ago
scripts Synchronize translations with Lokalise 7 years ago
src Integrate new Chart in BalanceSummary & AccountCard 7 years ago
static Translations on ConfirmationsCheck 7 years ago
webpack Optimise bundle size, clean Icon, change over on SideBarItem 7 years ago
.babelrc Add jest & jest babel config 7 years ago
.eslintrc Add snapshot tests from FormattedVal 7 years ago
.flowconfig Add IsUnlocked, and simple application reducer 7 years ago
.gitignore Gitignore for vscode 7 years ago
.prettierignore Reverse transactions in accounts reducers 7 years ago
.prettierrc init 🎉 7 years ago
README.md Optimise bundle size, clean Icon, change over on SideBarItem 7 years ago
crowdin.yml crowdin config 7 years ago
electron-builder.yml Put back nested node_modules in build 7 years ago
jest.config.js Fix jest config 7 years ago
package.json Rewrite Chart component 7 years ago
yarn.lock Rewrite Chart component 7 years ago

README.md

Ledger Wallet Desktop

CircleCI Crowdin

Requirements

Setup

Create .env file and complete it, if you want main & renderer errors to be tracked

SENTRY_URL=http://...
DEV_TOOLS_MODE=right|bottom|undocked|detach
DEBUG=lwd*,-lwd:sync

Install dependencies

yarn

Development

yarn start

Build

Not package for distribution

yarn dist:dir

Check bundle size

BUNDLE_ANALYZER=1 yarn dist:dir

Package everything

yarn dist

Release

yarn release