Bytom Desktop Electron App
Rev. | Time | Author | Message |
---|---|---|---|
691bc63 | 2020-09-04 11:29:11 | dependabot[bot] | dependabot/npm_and_yarn/node-sass-4.13.1 Bump node-sass from 4.12.0 to 4.13.1 Bumps [node-sass](... |
fbf8974 | 2020-07-16 13:49:39 | dependabot[bot] | dependabot/npm_and_yarn/lodash-4.17.19 Bump lodash from 4.17.14 to 4.17.19 Bumps [lodash](http... |
a7364cd | 2020-07-07 12:49:15 | dependabot[bot] | dependabot/npm_and_yarn/electron-7.2.4 Bump electron from 1.8.8 to 7.2.4 Bumps [electron](http... |
c69faf8 | 2020-03-26 14:46:16 | Zhiting Lin | master update wording mistake |
127d900 | 2020-02-06 16:23:23 | Zhiting Lin | update to v1.1.0 |
b464512 | 2020-02-06 16:16:17 | Zhiting Lin | Merge pull request #16 from Bytom/dev Dev |
7d1493b | 2020-02-06 16:13:58 | Zhiting Lin | dev Merge branch 'dashboardmaster' into dev |
d7866f9 | 2020-02-06 16:09:04 | Zhiting Lin | Merge branch 'master' of git://github.com/Bytom/dashboard... |
69d4d4b | 2020-02-06 11:45:24 | Zhiting Lin | fixed the create asset string decimals for some occassion. |
bf89089 | 2019-10-28 11:22:51 | Zhiting Lin | fixed the security alart |
Name | Rev. | Time | Author | Message |
---|---|---|---|---|
dependabot/npm_and_yarn/node-sass-4.13.1 | 691bc63 | 2020-09-04 11:29:11 | dependabot[bot] | Bump node-sass from 4.12.0... |
dependabot/npm_and_yarn/lodash-4.17.19 | fbf8974 | 2020-07-16 13:49:39 | dependabot[bot] | Bump lodash from 4.17.14 t... |
dependabot/npm_and_yarn/electron-7.2.4 | a7364cd | 2020-07-07 12:49:15 | dependabot[bot] | Bump electron from 1.8.8 t... |
master | c69faf8 | 2020-03-26 14:46:16 | Zhiting Lin | update wording mistake |
dev | 7d1493b | 2020-02-06 16:13:58 | Zhiting Lin | Merge branch 'dashboardmast... |
vapor | c80e25f | 2019-10-24 16:14:59 | Zhiting Lin | update the vapor run |
Install Node.js:
brew install node
Install dependencies:
npm install
Add a folder named bytomd
under the root folder. Put all the bytomd files into that folder.
bytom-electron
│ README.md
│
└───bytomd
│ │ bytomd-darwin_amd64
│ │ bytomd-linux_386
│ │ bytomd-linux_amd64
│ │ bytomd-windows_386.exe
│ │ bytomd-windows_amd64.exe
│ │
To developer the bytom electron app, run the script.
DEV=ture electron .
To package the app for all platform, run the following command.
npm run package