Standard Morelo wallet application is console-based application, and this is reason why it's sometimes hard to operate on her. So I created this easy to use, user friendly and nice looking GUI wallet for Morelo.
Why:
- User friendly
- Easy to setup and use
- Nice looking
Of course that wallet doesn't giving you full control of Morelo wallet, but giving you enough features for basic usage. If you have any suggestions you can pull a request and i will review that.
- Download latest Morelo-GUI release.
- Download latest Morelo binaries.
- Unpack both with any archive unpacker in same folder.
- Run Morelo-GUI.
- Follow steps in application to create or open existing wallet.
If you want run Morelo_GUI script by self or you using other OS than windows you need that things:
Download, run installator and follow installation steps.
Download and unpack binaries (morelod, morelo-wallet-rpc) in same folder as script.
- PyQt 5
- QrCode
- Requests
- Psutil
Open your terminal and type commands above to install required packages:
python -m pip install PyQt5
python -m pip install qrcode[pil]
python -m pip install requests
python -m pip install psutil
If some another package is missed, script will tell you during execution.
If you using windows just run 'Morelo-GUI.exe' from latest release Then follow steps in application.
If you using another OS than windows you need run python script manually:
python Morelo-GUI.py
Krzysztof Walędziak - E-mail: mrkris7100@gmail.com - Discord: Mrkris7100#1836
Project Link: https://github.com/Morelo-Network/Morelo-GUI