Oxen electron GUI wallet
Go to file
Mikunj 53678f6ead Show loader when wallet is being deleted.
Fix password hash checking to include checking null.
2019-03-28 15:33:03 +11:00
bin Import v1.0.0 2018-09-08 14:44:19 -07:00
src Show loader when wallet is being deleted. 2019-03-28 15:33:03 +11:00
src-electron Show loader when wallet is being deleted. 2019-03-28 15:33:03 +11:00
.babelrc Import v1.0.0 2018-09-08 14:44:19 -07:00
.editorconfig Import v1.0.0 2018-09-08 14:44:19 -07:00
.eslintignore Loki changes 2019-03-13 15:33:47 +11:00
.eslintrc.js Loki changes 2019-03-13 15:33:47 +11:00
.gitignore Import v1.0.0 2018-09-08 14:44:19 -07:00
.nvmrc Loki changes 2019-03-13 15:33:47 +11:00
.postcssrc.js Import v1.0.0 2018-09-08 14:44:19 -07:00
.stylintrc Import v1.0.0 2018-09-08 14:44:19 -07:00
LICENSE License Images and markdown 2019-03-27 16:17:29 +11:00
package-lock.json App now restarts when changing settings instead of just quitting. 2019-03-28 15:33:03 +11:00
package.json App now restarts when changing settings instead of just quitting. 2019-03-28 15:33:03 +11:00
quasar.conf.js Allow window users to select their installation path. 2019-03-27 15:54:07 +11:00
README.md License Images and markdown 2019-03-27 16:17:29 +11:00

Loki Electron GUI Wallet

Introduction

Loki is a private cryptocurrency based on Monero. Loki aims to provide a private data transmission layer using a second layer of Service Nodes. More information on the project can be found on the website and in the whitepaper. Loki is an open source project, and we encourage contributions from anyone with something to offer.

About this project

This is the new electron GUI for Loki. It is open source and completely free to use without restrictions, anyone may create an alternative implementation of the Loki Electron GUI that uses the protocol and network in a compatible manner.

Please submit any changes as pull requests to the development branch, all changes are assessed in the development branch before being merged to master, release tags are considered stable builds for the GUI.

Pre-requisites

Commands

nvm use 11.9.0
npm install -g quasar-cli
git clone https://github.com/loki-project/loki-electron-wallet
cd loki-electron-wallet
cp path_to_loki_binaries/lokid bin/
cp path_to_loki_binaries/loki-wallet-rpc bin/
npm install
quasar build -m electron -t mat