You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Sander Ferdinand 1054deaaac
Added README
6 years ago
README.md Added README 6 years ago

README.md

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

# install dependencies
npm install

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

# build electron application for production
npm run build