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 c0f80baac7
Add Send, Receive and Options button in Account page
7 years ago
.storybook Configure addon-options for Storybook 7 years ago
build Add Linux requirements in README. Add Linux icon. 7 years ago
flow-defs Update dependencies, fix sync Accounts, few clean 7 years ago
scripts Make Windaube builded app work. Need to find a fix for wrongly formatted stored data. 7 years ago
src Add Send, Receive and Options button in Account page 7 years ago
static/i18n Create Checkbox component, add Import for multiple accounts 7 years ago
webpack Merge pull request #42 from loeck/master 7 years ago
.babelrc Init storybook 7 years ago
.eslintrc Add icon in Storybook 7 years ago
.flowconfig Add IsUnlocked, and simple application reducer 7 years ago
.gitignore Move i18n in static directory, set getAsyncAddress to 0 when you add account, and disabled checkAccounts 7 years ago
.prettierignore Reverse transactions in accounts reducers 7 years ago
.prettierrc init 🎉 7 years ago
README.md Integrate sentry - main and renderer side 7 years ago
electron-builder.yml Fix build and webpack config 7 years ago
package.json Add Send, Receive and Options button in Account page 7 years ago
yarn.lock Add Send, Receive and Options button in Account page 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://...

Install dependencies

yarn

Development

yarn start

Build

Not package for distribution

yarn dist:dir

Package everything

yarn dist

Release

yarn release