oxen-electron-gui-wallet/README.md
Kee Jefferys d4f01debbd License Images and markdown
Change Licence, update readme and add screenshot
2019-03-27 16:17:29 +11:00

1.4 KiB

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