kwag = "kivy wallet gui" RPC wrapper
This is initial experimental kivy based version of duckNote GUI.
KWAG needs working ./ducknoted and ./simplewallet with open RPC ports.
Possible use cases:
- Running local ./ducknoted and ./simplewallet and interacting with them by JSON-RPC via kwag GUI.
- Running remote ./ducknoted and ./simplewallet and interacting with them by JSON-RPC via kwag GUI remotely via any OS/device.
Dependencies: kivy >1.8
sudo add-apt-repository ppa:kivy-team/kivy;sudo apt-get update;sudo apt-get install kivy
To run kwag:
- Run ducknoted with
--rpc-bind-port=42081
- Run simplewallet you want to use with KWAG with
--rpc-bind-port=42082
- Unzip KWAG to your "ducknote" folder or any folder where ducknoted, simplewallet and probably your wallet files are located.
- Run kivywallet.py with
python kivywallet.py
command. Make sure you got both ducknoted and simplewallet syncronized. - Use at your own risk, there is NO WARRANTY, software is experimental.
Under development.
NOTE: KWAG is kivy based, and can be loaded on any OS/device. E.G. follow python-android instructions and try to run it on your android device. You can control remote wallet via GUI application.