57u / scala-electron-gui

An electron wallet for Scala Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala Electron GUI Wallet

Screenshot

Introduction

Scala is a private cryptocurrency based on Monero. Scala aims to provide everyone the ability to mine and transact with ease and security. More information on the project can be found on the website.

About this project

This is the new electron GUI for Scala. It is open source and completely free to use without restrictions, anyone may create an alternative implementation of the Scala 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

Build instructions

nvm use 11.9.0
npm install -g quasar-cli
https://github.com/scala-network/scala-electron-gui/
cd scala-electron-gui
cp path_to_scala_binaries/scalad bin/
cp path_to_scala_binaries/scala-wallet-rpc bin/
npm install

For dev:

npm run dev

For building:

Note: This will only build the binaries for the system you run the command on. Running this command on linux will only make linux binaries, no mac or windows binaries.

npm run build

About

An electron wallet for Scala Network

License:Other


Languages

Language:JavaScript 76.4%Language:Vue 21.4%Language:Stylus 2.2%Language:HTML 0.1%