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.
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.
- Download latest Equilibria
- Windows only: Set execution policy to [Unrestricted]((If you are on windows, set your execution policy to Unrestricted (https://docs.vmware.com/en/vRealize-Automation/7.6/com.vmware.vra.iaas.hp.doc/GUID-9670AFC5-76B8-4321-822A-BCE05800DB5B.html)).
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