Giter Club home page Giter Club logo

vwallet's Introduction

VERGE Electron Wallet

The new verge prototype wallet build with electron ❤️

This wallet has no connection to the original electrum wallet, it is exclusively designed and developed for VERGE currency. Still it's open source.

VergeCurrency

Testing/Coverage Development:

soon to be implemented

Development Status:

Build Status

Release Status:

Build Status

Specifications

  • Language: Typescript + Javascript
  • Frameworks: Electron, React, NodeJS
  • communication standard: RPC (internally handled)
    • port: 20102 (standard RPC)
    • limited to: 127.0.0.1
  • Mining is not and will not be supported by this wallet!
  • No Test-Net connection support at the moment

Community

Wallet Installation Guide

... coming soon!

Manual Wallet Setup (development)

  1. Clone and build VERGE on your own by following the following guide: VERGE Building Guide

  2. On finish building the VERGEd, you should be able to run the wallet by entering the following command inside the root of the cloned verge repository: ./src/VERGEd -rpcusername=kyon -rpcpassword=lolcat -printtoconsole -deamon, this will start the verge deamon with the given userdata, which you now have to change inside the dev-config.json.example.

So ultimatively:

~/work/VERGE » ./src/VERGEd -rpcusername=myusername -rpcpassword=mypassword -printtoconsole -deamon
~/work/vWallet » mv dev-config.json.example dev-config.json && vim dev-config.json
  1. Install NodeJS by following the NodeJS Guide, make sure to pick the LTS Version!

alternatively you can also try to use NVM, if you needed multiple versions of node on your development machine.

  1. After finishing the NodeJS installation, make sure that everything is installed. Execute the following commands:
~ node -v
v8.11.0
➜  ~ npm -v
5.6.0

You should have similar outputs at this point. If not make sure everything is setup correctly and your path is also correct. the easiest way on mac is using NVM (Node version manager)

  1. Afterwards you can install yarn by using npm: npm i -g yarn. This will install yarn globally by using npm.

  2. After installing the requirements, you can now clone the repository by executing this command in your preferred folder work folder: git clone https://github.com/vergecurrcy/vWallet.git

  3. Afterwards you enter the directory: cd vWallet

  4. To install further dependencies and starting the wallet afterwards, you have to enter the following command: yarn && yarn dev

This will install the dependencies first and will then start the wallet as local developement server. It also comes with hot module reload.

vwallet's People

Contributors

akovalyov avatar akozhemiakin avatar amilajack avatar buckymaler avatar catalinmiron avatar chentsulin avatar davej avatar domasx2 avatar dplusic avatar dustintownsend avatar epilande avatar g1ibby avatar gitter-badger avatar greenkeeperio-bot avatar jefffriesen avatar jhen0409 avatar kilian avatar knpwrs avatar kubijo avatar longlivechief avatar marpme avatar stefanwerw avatar talha131 avatar timosolo avatar trstringer avatar tsemerad avatar wincent avatar xwartz avatar yeti-or avatar zeevl avatar

Watchers

 avatar  avatar

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.