Ryo Wallet Atom has been designed from scratch to replace this project. This wallet will no longer work with the Ryo-currency network.
Copyright (c) 2018, Ryo-currency ( https://ryo-currency.com ) Copyright (c) 2018, Sumokoin.org
-
Clone the repo:
git clone https://github.com/ryo-currency/ryo-lite-wallet
-
Install dependencies (with Python 2.7):
-
Generally, you can use Python
pip
to install required components:pip install PySide, requests, psutil
-
or
pip install -r requirements.txt
-
On some OSes, PySide may be required to install from pre-built packages. For example, on Ubuntu 16.04, install PySide with the following command:
sudo apt install python-pyside
-
-
Build/download Ryo binaries from Ryo repo and put them to
Resources/bin
sub-directory. -
Run the wallet (Python 2.7):
cd /path/to/ryo-lite-wallet python wallet.py