mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
WOWlet - a Windows/MacOS/Linux Wownero desktop wallet
8968a8cbce
``` ./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 |
||
---|---|---|
cmake | ||
contrib | ||
monero@f611d5c9e3 | ||
src | ||
utils | ||
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
.gitmodules | ||
BUILDING.md | ||
CMakeLists.txt | ||
Dockerfile | ||
Dockerfile.windows | ||
Dockerfile.windows_mxe | ||
Dockerfile_macos | ||
HACKING.md | ||
LICENSE | ||
Makefile | ||
PKGBUILD | ||
README.md | ||
SECURITY.md |
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
- Git: git.wownero.com/wowlet/wowlet
- IRC:
#wownero
on Freenode
Copyright (c) 2020-2021 The Monero Project.