WOWlet - a Windows/MacOS/Linux Wownero desktop wallet
Go to file
dsc 8968a8cbce This commit introduces a websocket server via the `--daemon` argument.
```
./wowlet --daemon 127.0.0.1:1234 --daemon-password "sekrit"
```

The wallet will start in the background and expose a websocket port that you can connect to using a websocket client. This way, you will be able to control the wallet via websockets. The commands are defined in wsserver.cpp, in the `processBinaryMessage()` function.

- `openWallet` - opens a wallet by path/password.
- `closeWallet` - close current wallet.
- `addressList` - Returns a list of receive addresses.
- `sendTransaction` - Creates and sends a transaction.
- `createWallet` - Create a wallet by path/password.
- `transactionHistory` - Returns the complete list of transactions
- `addressBook` - Returns the complete list of address book entries.

Messages sent back and forth between the server and client are JSON. There is a Python example client available over at https://git.wownero.com/wownero/wowlet-ws-client
2021-03-28 21:50:55 +02:00
cmake rename to wowlet 2021-02-22 09:51:09 +03:00
contrib add deb build script [CI SKIP] 2021-03-24 09:47:14 +03:00
monero@f611d5c9e3 update submodule 2021-02-20 15:16:27 +03:00
src This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
utils rename to wowlet 2021-02-22 09:51:09 +03:00
.dockerignore Feather, a free Monero desktop wallet 2020-10-08 04:31:22 +02:00
.drone.yml [drone] only build windows when tagged 2021-03-24 10:16:19 +03:00
.gitignore Feather, a free Monero desktop wallet 2020-10-08 04:31:22 +02:00
.gitmodules rename submodule branch 2021-02-22 10:02:08 +03:00
BUILDING.md wowletify BUILDING.md 2021-03-11 20:50:29 +00:00
CMakeLists.txt initialize submodules by default 2021-03-22 12:03:49 +03:00
Dockerfile Tor: update to 0.4.5.5-rc, build fixes 2021-02-05 13:55:37 +01:00
Dockerfile.windows Tor: update to 0.4.5.5-rc, build fixes 2021-02-05 13:55:37 +01:00
Dockerfile.windows_mxe Windows: reproducible builds 2021-01-12 01:43:47 +01:00
Dockerfile_macos Feather, a free Monero desktop wallet 2020-10-08 04:31:22 +02:00
HACKING.md Exchanges: Remove XMR.to 2021-02-01 17:53:08 +01:00
LICENSE Update copyright for 2021 2020-12-26 20:56:06 +01:00
Makefile Wownero 2021-02-18 12:20:16 +03:00
PKGBUILD update url 2021-02-20 09:43:23 +03:00
README.md add ci badge 2021-03-22 12:00:17 +03:00
SECURITY.md update url 2021-02-20 09:43:23 +03:00

README.md

Build Status

WOWlet- a free Wownero desktop wallet

WOWlet is a free, open-source Wownero client for Linux with ports for Mac OS and Windows.

Development resources

Copyright (c) 2020-2021 The Monero Project.