Build Guide

Step 1 ~ 3 are only required in the first time

Step 1: Install Node.js

Please refer to the Official Guide

Step 2: Install vue-cli

npm install -g vue-cli

Step 3: Git clone wallet source code from github

git clone https://github.com/Elysium-Wonderland/just-wallet-electron.git

Step 4: Install dependency

cd to the directory and run:

npm install

Step 5: Update the justd RPC url

Open the config file: src/renderer/config/application.json

Change the rpcUrl to the proper justd RPC url

Step 6: Build app for Windows/Mac

Build exe for Windows:

npm run win

Build dmg for Mac:

npm run mac

dmg file cannot be built in windows system.

The exe/dmg files are generated in build/ directory.