Compare commits

...

4 Commits

@ -20,7 +20,7 @@ If `npm run dev` works, you can install a custom version of `wownero-wallet-cli`
#### wownero-wallet-cli :star2:
```
git clone https://github.com/wownero/wownero.git
git clone https://git.wownero.com/wownero/wownero.git
cd wownero
git checkout <latest version here>
git apply light_patch.diff

@ -1,16 +1,3 @@
![](https://raw.githubusercontent.com/wiki/qvqc/wowlite/images/wowlite.gif)
Deprecated - No longer maintained.
Simple wrapper for `wownero-wallet-cli` as a GUI.
- Electron/Vue.js
- Remote node only
- Works without a backend - (you are in charge of your private keys)
- 100% WOW
- Safu™
See `Install.md` for compilation instructions.
### License
© 2018 WTFPL Do What the Fuck You Want to Public License
Use latest [CLI wallet](https://git.wownero.com/wownero/wownero/releases), [web wallet](https://wowstash.app), or [feather-wow wallet](https://featherwallet.org/wownero/)

@ -2,7 +2,7 @@
"name": "wowlite",
"version": "0.1.4",
"__version": "bumping this should also bump LandingPage.vue (version checker)",
"author": "ride <ridethe@candy.surf >",
"author": "dsc <xmrdsc@protonmail.com>",
"description": "Wownero Lite Wallet",
"license": "WTFPL",
"main": "./dist/electron/main.js",