DiviProject / Divi-Desktop-Public

Public, open source development repository for the Divi Desktop Smart Wallet
GNU General Public License v2.0
7 stars 6 forks source link

Divi Desktop Public Repository

"Divi is an open source project that aims to ease of use to cryptocurrency."

This repository is the user interface that works in combination with our divi-core.

Development

Boostrapping for development:

Development with Electron

  1. Run ng serve to start the dev server.
  2. Run yarn run start:electron:dev -testnet -opendevtools to start the electron application. Daemon will be updated and launched automatically.
    • Note: this command will auto-refresh the client on each saved change
    • -testnet – for running on testnet (omit for running the client on mainnet)
    • -opendevtools – automatically opens Developer Tools on client launch

Interact with divi-core daemon

You can directly interact with the daemon ran by the Electron version.

./divi-cli help

Running

Start Electron

Package Electron