New, alternative wallet GUI. Work in progress.
Node.js: developed with version 10.1.0.
npm install
npm start
Linux:
npm install
npm run linux-builder
Windows:
npm install
npm run windows-builder
OSX (wallet is not working for now due to the lack of support for Mac OS daemon binary):
npm install
npm run mac-builder
All platforms:
npm install
npm run builder
Tests only:
npm test
Tests + coverage:
npm run coverage
npm run storybook
- Building - config.js (task/config.js)