forked from Izzzio/BitCoenWallet
-
Notifications
You must be signed in to change notification settings - Fork 3
Building
Andrey Nedobylsky edited this page Aug 11, 2018
·
1 revision
iZ³ platform depends on Node.JS version >= 8.2.0
NPM version >= 5.3.0
BitCoen Wallet shell depends on Electron version >= 1.6.2
- Install electron packager
npm -g install electron-packager
And appdmg for OS X (requires XCode command line tools)
npm -g install macos-alias electron-osx-sign appdmg
Preparing for work is done by running the command
npm install
in shell and root directory.
For building Wallet for Windows, Linux and MacOs (Darwin) use build.sh shell script. You can use any bash-like interpreter to run. We recommend using git bash from Git console utils.
You can run node server by command
node main.js