8000 GitHub - USCMig/equilibria-wallet: Equilibria Electron GUI wallet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

USCMig/equilibria-wallet

 
 

Repository files navigation

Equilibria Electron GUI Wallet

Introduction

A Private and Decentralized Oracle Solution

More information on the project can be found on the website. Equilibria 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 Equilibria. It is open source and completely free to use without restrictions, anyone may create an alternative implementation of the Equilibria 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

Commands

nvm use 11.9.0
npm install -g quasar-cli
git clone https://github.com/EquilibriaCC/equilibria-wallet
cd equilibria-wallet
cp path_to_equilibria_binaries/daemon bin/
cp path_to_equilibria_binaries/equilibria-wallet-rpc bin/
npm install

//build
quasar build -m electron -t mat

//dev
quasar dev -m electron -t mat

About

Equilibria Electron GUI wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.7%
  • Vue 29.1%
  • Stylus 1.1%
  • HTML 0.1%
0