oxen-electron-gui-wallet/README.md

32 lines
1.4 KiB
Markdown
Raw Normal View History

# Loki Electron GUI Wallet
2018-09-08 23:44:19 +02:00
### 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](https://loki.network) and in the [whitepaper](https://loki.network/whitepaper). Loki is an open source project, and we encourage contributions from anyone with something to offer.
<p align="center">
<img src="https://raw.githubusercontent.com/KeeJef/loki-electron-gui-wallet/master/src-electron/icons/mrcuug.PNG" width="600">
</p>
2018-09-08 23:44:19 +02:00
### 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
- Download latest [Lokid](https://github.com/loki-project/loki/releases/latest)
#### Commands
2018-09-08 23:44:19 +02:00
```
2019-03-21 06:23:00 +01:00
nvm use 11.9.0
2018-09-08 23:44:19 +02:00
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/
2018-09-08 23:44:19 +02:00
npm install
quasar build -m electron -t mat
```