Oxen electron GUI wallet
Go to file
Mikunj bcf21c3804 Redesign
Main screen redesign

Removed dark mode styling and made it all dark.

Fix large button styling on navigation

Receive page styling

Startup pages redesign

Updating field stylings.
Fix value display in recieve

Updated footer.

Added service node page.

Added wallet settings.

Added disable prop to loki field.

Update settings page.
Added merging config with default daemon option incase user provides invalid port (empty, null, etc...)

Removed theme selection

Update wallet-select pages

Fixed converting numbers to string

Update layout on address page

Added loki logo.
Made header a bit smaller.

Updated wallet init styling.
Highlight primary address in receive.

updated packages.

Updated transaction styling.

Simpler tx json handling.

Added address validation

Fixed up wallet restoration

Default node to remote.
Added drop down button to the remote node input instead of having it as a seperate field.

Removed review page.
Center align welcome page.

Replaced ryo wallet images with loki image.

Updated transaction styling.

Fix wallet errors only showing once which causes the next error to just show the loading overlay.

Added staking

Fix up status display in footer.
remove is_ready as lokid doesn't return it.

Fixed balance display in receive.
Center unlock in wallet details.

Updated README
other updates.
2019-03-13 15:38:34 +11:00
bin Import v1.0.0 2018-09-08 14:44:19 -07:00
src Redesign 2019-03-13 15:38:34 +11:00
src-electron Redesign 2019-03-13 15:38:34 +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 Redesign 2019-03-13 15:38:34 +11:00
package.json Redesign 2019-03-13 15:38:34 +11:00
quasar.conf.js Redesign 2019-03-13 15:38:34 +11:00
README.md Redesign 2019-03-13 15:38:34 +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, 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.