"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.
- Run
ng serveto start the dev server. - Run
yarn run start:electron:dev -testnet -opendevtoolsto 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
You can directly interact with the daemon ran by the Electron version.
./divi-cli help
yarn run start:electron:fast– disables debug messages for faster startup (keep in mind using:fastdisables auto-reload of app on code change)
yarn run package:win– Windowsyarn run package:mac– OSXyarn run package:linux– Linux