Skip to content
This repository was archived by the owner on Jun 29, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 706 Bytes

INSTALL.md

File metadata and controls

40 lines (28 loc) · 706 Bytes

Compile

Requirements:

  • Node v8
  • Latest Wownero (CLI) + git apply light_diff.patch

Electron

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

If npm run dev works, you can install a custom version of wownero-wallet-cli

wownero-wallet-cli 🌟

git clone https://github.com/wownero/wownero.git
cd wownero
git checkout <latest version here>
git apply light_patch.diff
make -j4

Use light_patch.diff that's included in this repository. Move resulting binary into the resources folder:

cp build/release/bin/wownero-wallet-cli wowlite/resources/linux/bin/wowlite

Build the light wallet:

npm run build