Skip to content
Andrey Nedobylsky edited this page Aug 11, 2018 · 1 revision

Dependencies

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

Before building:

  • 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.

Building

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

Clone this wiki locally