Code Monkey home page Code Monkey logo

turtle-wallet's Introduction

turtle-wallet

A GUI wallet for TurtleCoin, based on walletd.

Getting Started

To get started, install the prerequisites as detailed below, then look at the "Running" section

Prerequisites

This program is written using Python 2.7.

It requires PyGObject to be installed.

It also has the following prerequisites, installed via pip

  • psutil
  • requests
  • tzlocal

Note that these have only been tested on ubuntu, let me know if anything else is required on Windows.

Running

Getting this wallet running is easy.

Before starting, make sure walletd is running and fully synced.

An example launch command for walletd that means you do not have to start the daemon (ie, Turtlecoind) alongside it would be as follows:

./walletd -w <wallet file name> -p <wallet password> --local

Note: opening your wallet with walletd renders it no longer readable by simplewallet. Please make a backup, as always.

Having installed the prerequisites and made sure walletd is running, you can start it from a terminal

python start.py

And everything should start up as intended, provided you installed everything correctly.

Building an executable

This project can be built with pyinstaller, if required. This will most likely be the case for full releases.

Contributing

Feel free to submit a pull request, it will be reviewed and feedback given.

Things that need doing

  • Hooking up of UI for sending TRTL (ui done, just needs backend doing)
  • Automatically launching and closing walletd
  • Settings
  • About page
  • Things marked with TODO in the code

Authors

License

This project is licensed under the LGPLv3 License.

Acknowledgments

  • RockSteady, for pointing me at the right docs

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.