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.
** Check out the full tutorial on how to install and use Proton at the official TurtleCoin docs page! **
- Node.JS (Latest LTS version - 10.x)
https://nodejs.org/
Node Version Manager makes installing different versions of node super easy, fully recommended.
- Yarn
- Git
First, clone the repo via git:
git clone https://github.com/turtlecoin/turtle-wallet-proton.gitAnd then install the dependencies with yarn.
$ cd turtle-wallet-proton
$ yarnRun the wallet.
$ yarn startStart 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 devTo package apps for the local platform:
$ yarn packageMIT © ExtraHash
