Degon Wallet is a DeroGold 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.
Use the application binaries for your operating system to install Degon.
-
Node.JS (Latest LTS version - 10.x) https://nodejs.org/
Tip: If you already have a different version of node.js installed besides 10.x, try using Node Version Manager.
First, clone the repo via git:
git clone https://github.com/derogold/wallet-degon.git
And then install the dependencies with yarn.
$ cd wallet-degon
$ yarn
Run the wallet.
$ yarn start
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
To package apps for the local platform:
$ yarn package
© ExtraHash See included License file for more details.