0.0.2 • Published 4 years ago

kryptokrona-desktop-wallet v0.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

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/kryptokrona/kryptokrona-desktop-wallet.git

And then install the dependencies with yarn.

$ cd kryptokrona-desktop-wallet
$ 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.

Master Build Status

Master Build Status

Development Build Status

Development Build Status