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 2da6d6cd6b
Add HardSourceWebpackPlugin for faster dev build
7 years ago
.storybook Create the Pills component 7 years ago
build Add Linux requirements in README. Add Linux icon. 7 years ago
flow-defs Ability to print receive informations 7 years ago
scripts Add debug with lwd*, add start and stop sync in DevTools 7 years ago
src Merge pull request #131 from loeck/master 7 years ago
static Add custom index.ejs, fix issue with staticPath without app.asar, use better preload with only one window 7 years ago
webpack Add HardSourceWebpackPlugin for faster dev build 7 years ago
.babelrc Change Sidebar CSS 7 years ago
.eslintrc Ensure Sentry is correctly loaded in main, renderer, and child processes 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 Add option for set devToolsMode, use DotenvWebpack 7 years ago
electron-builder.yml Fix issue with __static, fix issue with fakeDatas on Dashboard 7 years ago
package.json Add HardSourceWebpackPlugin for faster dev build 7 years ago
yarn.lock Add HardSourceWebpackPlugin for faster dev build 7 years ago

README.md

Ledger Wallet Desktop

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

Install dependencies

yarn

Development

yarn start

Build

Not package for distribution

yarn dist:dir

Package everything

yarn dist

Release

yarn release