Skip to content

monkeytips/prisonwallet

 
 

Repository files navigation

Master Build Status

Build Status

Development Build Status

Build Status

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 MIT license, and are free for anyone to use as they wish. The icons in the ./resources folder, however, are not released under this MIT 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 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

  • Node.JS (Latest LTS version - 10.x)

https://nodejs.org/
Node Version Manager makes installing different versions of node super easy, fully recommended.

  • Yarn

https://yarnpkg.com/en/

  • Git

https://git-scm.com/downloads

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

MIT © ExtraHash

About

a TurtleCoin wallet inspired by Electrum's QT Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 2.5%
  • HTML 0.7%