-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed KDF to Scrypt * Improved input validation * External Electron links now opens in browser * Improved test coverage * Stronger passwords being enforced * Trustless KT-address import
- Loading branch information
Showing
80 changed files
with
7,765 additions
and
5,023 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,11 @@ Package for deployment: | |
Run during development: | ||
|
||
`ng serve --open` | ||
|
||
## Troubleshooting | ||
Wallet needs Node v10 and has been built with Angular 5.2.5 and Angular Cli 1.6.8 | ||
1) Download and install LTS version https://nodejs.org/en/ | ||
2) Upgrade npm: `npm install -g npm` | ||
3) To have a global installation for Angular Cli use the following commands: `npm i -g @angular/[email protected]` | ||
4) Rebuild node-sass: `npm rebuild node-sass` | ||
5) Modify `crypto` from `crypto: 'empty'` to `crypto: true` in \node_modules\@angular\cli\models\webpack-configs\browser.js - line 104 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.