Coder Social home page Coder Social logo

worktips-project / worktips-electron-gui-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ghost-ai-cpu/worktips-electron-gui-wallet

0.0 0.0 1.0 6.13 MB

Worktips electron GUI wallet

License: Other

JavaScript 76.42% Vue 22.12% HTML 0.07% Stylus 1.32% Shell 0.08%

worktips-electron-gui-wallet's Introduction

Worktips Electron GUI Wallet

Introduction

Worktips is a private cryptocurrency based on Oxen(which is based Monero). Worktips 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. Worktips 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 Worktips. It is open source and completely free to use without restrictions, anyone may create an alternative implementation of the Worktips 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 Worktipsd
  • Extract the worktipsd binaries to a folder

Commands

nvm use 14.11.0
npm install -g @quasar/cli
git clone https://github.com/worktips-project/worktips-electron-gui-wallet
cd worktips-electron-gui-wallet
cp path_to_worktipsd_binaries/worktipsd bin/
cp path_to_worktipsd_binaries/worktips-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

Adding language support

Adding a new language is fairly simple.

  1. Duplicate the language file src/i18n/en-us.js and rename it to the relevant language code.
  2. Translate all the strings in that duplicated file. Take note that capitalization matters.
    • The translated string must go in-between the quotes ("")
      • E.G all: "ALL" -> all: "ВСЕ"
    • If possible try and stick to the general string formatting already present.
      • E.G if there is a new line then try and keep that in your translation.
      • The same goes for the pipe character |. DO NOT REMOVE IT.
    • Please don't translate strings inside {} brackets. They are meant as placeholders for other values.
      • Some examples include {type} and {count}.
      • E.G if you have a string A {index} then you may translate it as B {index} or {index} B depending on how the string makes sense in your language. You are allowed to reposition the placeholders for the string to make sense BUT DO NOT DELETE OR REPLACE THE PLACEHOLDERS WITH OTHER VALUES
  3. Add the language to the languages array in src/i18n/index.js. The flag property is the ISO 3166-1-alpha-2 code of a country.
    • NOTE: DO NOT ADD THE LANGUAGE TO export default. Dynamic language loading is handled by the application.
  4. Add your language locale to Vue Timeago. Add it in src/plugins/timeago.js under locales.
  5. Submit a PR with your changes.

worktips-electron-gui-wallet's People

Contributors

mikunj avatar kylezs avatar mosu-forge avatar keejef avatar ghost-ai-cpu avatar yidakee avatar jagerman avatar doy-lee avatar ildegaldur avatar antonovm avatar 0x00031337 avatar konstantinullrich avatar cryptolokimax avatar

Forkers

cbunting99

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.