oxen-electron-gui-wallet/README.md

2.5 KiB

Loki GUI wallet


Building from source

Pre-requisite

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

LICENSE

Copyright (c) 2018-2019, Loki Project Copyright (c) 2018, Ryo Currency Project

Portions of this software are available under BSD-3 license. Please see ORIGINAL-LICENSE for details

All rights reserved.

Authors and copyright holders give permission for following:

  1. Redistribution and use in source and binary forms WITHOUT modification.

  2. Modification of the source form for your own personal use.

As long as the following conditions are met:

  1. You must not distribute modified copies of the work to third parties. This includes posting the work online, or hosting copies of the modified work for download.

  2. Any derivative version of this work is also covered by this license, including point 8.

  3. Neither the name of the copyright holders nor the names of the authors may be used to endorse or promote products derived from this software without specific prior written permission.

  4. You agree that this licence is governed by and shall be construed in accordance with the laws of England and Wales.

  5. You agree to submit all disputes arising out of or in connection with this licence to the exclusive jurisdiction of the Courts of England and Wales.

Authors and copyright holders agree that:

  1. This licence expires and the work covered by it is released into the public domain on 1st of February 2019

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.