Oxen electron GUI wallet
Go to file
Mikunj e7727f628f More features and fixes
Linting

Increased default window size.
Fixed transaction text overlapping on a small screen

More changes.

Replaced icons.
Added loki icon to the top menu bar.
Added small margin to copy button in show private key modal.

Hid back and next button in welcome screen. Users must now click the language to go to the next screen.

Randomise remote nodes when configuring from the welcome screen.

Added viewing QR code from receive
Added QR copying

Made mac icon a bit smaller

Updated links and added loki project to copyright
check data dir exists

Updated service node page.
Moved staking into its own component.

Check remote node before booting up daemon.
Update restoration start date.
Made network types in GUI match those returned from lokid (main -> mainnet, staging -> stagenet, test -> testnet).
Removed unaccessible remote nodes.

Separate data and wallet directories.

Updated created page layout

Don't ask user for a password if it's not set.
Show a dialog to the user if they don't set a password.

Show staking transaction.

Added option to import file from old gui.

Added saving transaction notes straight from send.
Fix updated tx notes not showing in transactions

Clean up transfer code

Minor fixes

Show user error if a wallet failed to import.
bug fixes
2019-03-20 16:21:16 +11:00
bin Import v1.0.0 2018-09-08 14:44:19 -07:00
src More features and fixes 2019-03-20 16:21:16 +11:00
src-electron More features and fixes 2019-03-20 16:21:16 +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 Import v1.0.0 2018-09-08 14:44:19 -07:00
ORIGINAL-LICENSE Import v1.0.0 2018-09-08 14:44:19 -07:00
package-lock.json More features and fixes 2019-03-20 16:21:16 +11:00
package.json More features and fixes 2019-03-20 16:21:16 +11:00
quasar.conf.js More features and fixes 2019-03-20 16:21:16 +11:00
README.md More features and fixes 2019-03-20 16:21:16 +11:00

Loki GUI wallet


Building from source

Pre-requisite

Commands

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.