# 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](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.

### 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 ``` 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 ```