GithubHelp home page GithubHelp logo

isabella232 / ryo-gui-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ryo-currency/ryo-gui-wallet

0.0 0.0 0.0 923 KB

Ryo GUI wallet

License: Other

JavaScript 16.14% Python 75.01% CSS 8.86%

ryo-gui-wallet's Introduction

This repo has been deprecated

Ryo Wallet Atom has been designed from scratch to replace this project. This wallet will no longer work with the Ryo-currency network.

Ryo GUI Wallet

Copyright (c) 2018, ryo-currency.com
Copyright (c) 2017-2018, Sumokoin.org

One of the most easy-to-use, intuitive GUI (full) wallets in crypto.

Ubuntu 16.04

Running from source

  1. Clone the repo:

git clone https://github.com/ryo-currency/ryo-gui-wallet

  1. Install dependencies (with Python 2.7):
cd ryo-gui-wallet
pip install -r requirements-no-pyside.txt
sudo apt install python-pyside
  1. Build/download Ryo binaries

Download latest release from Ryo-currency repo and place binaries in Resources/bin sub-directory.

  1. Run the wallet (Python 2.7):
python wallet.py

Packaging Wallet

  1. Install pyinstaller:

pip install pyinstaller

  1. Run pyinstaller

First edit wallet-linux.spec to point to the correct location, then run pyinstaller.

pyinstaller wallet-linux.spec

  1. Run and distribute standalone package

Your package will be built to dist/wallet. Zip the entire folder and distribute.

Windows

Running from source

  1. Install Python 2.7

Download and install Python 2.7: https://www.python.org/download/releases/2.7/

  1. Download Repo

Either clone the repo, or download zip file from: https://github.com/ryo-currency/ryo-gui-wallet

Then, open a powershell window in source location

  1. Install dependencies

pip install -r requirements.txt

  1. Build/download Ryo binaries

Download latest release from Ryo-currency repo and place binaries in Resources/bin sub-directory.

  1. Run the wallet

python wallet.py

Packaging Wallet

  1. Install pyinstaller:

pip install pyinstaller

  1. Run pyinstaller

First edit wallet-windows.spec to point to the correct location, then run pyinstaller.

pyinstaller wallet-windows.spec

  1. Run and distribute standalone package

Your package will be built to dist/wallet. Zip the entire folder and distribute.

ryo-gui-wallet's People

Contributors

billaue2 avatar jtnw avatar mosu-forge avatar sumodevs avatar sumoprojects avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.