From 1054deaaaceedcbd1c2137c91087b8fa7b43b04a Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Thu, 30 Aug 2018 23:47:15 +0200 Subject: [PATCH] Added README --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..12c1a33 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Wownero Light + +An experimental crypto wallet for Wownero. Possibly the worst ever made. + +- Electron/Vue.js +- Remote node only +- Sub-addresses +- Linux/Windows/OSX +- Integration with WFS system +- Supports network wrappers (torsocks/torify/proxychains) + +*note*: To other cryptonote projects looking to fork this; I would recommend against it. + +### Technical + +It is essentially a wrapper for `wownero-wallet-cli`. `stdout` is parsed with Regex. What can go wrong? + +### Compile + +``` bash +# install dependencies +npm install + +# serve with hot reload at localhost:9080 +npm run dev + +# build electron application for production +npm run build +``` \ No newline at end of file