Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

EquilibriaCC/equilibria-wallet-outdated

 
 

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 14.27.3
npm install -g quasar-cli
git clone https://github.com/EquilibriaCC/equilibria-wallet -b development
cd equilibria-wallet
cp path_to_equilibria_binaries/daemon bin/
cp path_to_equilibria_binaries/equilibria-wallet-rpc bin/
npm install

brew install perl (macOS)
pip3 install ds-store (macOS)

//build
npm run build

//dev
quasar dev -m electron -t mat

Packages

No packages published

Languages

  • JavaScript 70.1%
  • Vue 28.7%
  • Stylus 1.1%
  • HTML 0.1%