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.
 
 
 
 
Loëck Vézien 64e0e8e66c
Merge pull request #250 from meriadec/common-attempt-2
7 years ago
.circleci Add `yarn test` to circle pipeline 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 qrcode export 7 years ago
scripts Update electron-webpack for use Webpack 4 and Babel 7 7 years ago
src Feedbacks updates 7 years ago
static New Crowdin translations (#242) 7 years ago
webpack Update electron-webpack for use Webpack 4 and Babel 7 7 years ago
.babelrc.js Fix tests 7 years ago
.eslintrc Disable some dumb eslint rules 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
LICENSE Add LICENSE 7 years ago
README.md Add LICENSE 7 years ago
crowdin.yml crowdin config 7 years ago
electron-builder.yml Update electron-webpack for use Webpack 4 and Babel 7 7 years ago
jest.config.js Fix jest config 7 years ago
package.json Add wallet-common dependency and fix ridiculous flow errors 7 years ago
yarn.lock Add wallet-common dependency and fix ridiculous flow errors 7 years ago

README.md

Ledger Wallet Desktop

CircleCI Crowdin

⚠️ Disclaimer: this project is under active development. Use at your own risks.

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