Skip to content

cryptodeveloperbro/turtle-wallet-proton

 
 

Repository files navigation

TurtleCoin Wallet

Download Count Open Issue Count License Version

Master Build Status

Master Build Status

Development Build Status

Development Build Status

TurtleCoin Wallet is a TurtleCoin wallet that uses Electron, React, and Turtlecoin-Wallet-Backend-JS.

Installing

Check out the full tutorial on how to install and use this wallet 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 14.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

All of the code is released under the GPLv3 license. See included License file for more details. © ExtraHash

About

a TurtleCoin wallet inspired by Electrum's QT Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.1%
  • CSS 2.5%
  • Other 0.4%