eiupanther96 / turtle-wallet-proton

a TurtleCoin wallet inspired by Electrum's QT Client

Home Page:http://extra.trtl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proton Wallet

Download Count Open Issue Count License Version

Proton Wallet is a TurtleCoin wallet that uses Electron, React, Turtlecoin-Wallet-Backend-JS, Redux, React Router, Webpack and React Hot Loader.

All of the code is released under the GPLv3 license. The icons in the ./resources and ./app/images folders, however, are not released under this license, rather they are maintained to be intellectual property of ExtraHash, and may not be used to represent the brand or identity of any other piece of software or group. See the included license file in ./resources/LICENSE and ./app/images/LICENSE for more details.

Installing

Check out the full tutorial on how to install and use Proton at the official TurtleCoin docs page!

Development Setup (All Platforms)

Dependencies

You will need the following dependencies installed before you can proceed to the "Setup" step:

Tip: If you already have a different version of node.js installed besides 10.x, try using Node Version Manager.

Setup

First, clone the repo via git:

git clone https://github.com/turtlecoin/turtle-wallet-proton.git

And then install the dependencies with yarn.

$ cd turtle-wallet-proton
$ yarn

Run the wallet.

$ yarn start

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev

Packaging

To package apps for the local platform:

$ yarn package

License

© ExtraHash See included License file for more details.

About

a TurtleCoin wallet inspired by Electrum's QT Client

http://extra.trtl/

License:GNU General Public License v3.0


Languages

Language:JavaScript 95.5%Language:CSS 4.1%Language:HTML 0.4%