"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
.
ng serve
to start the dev server.yarn run start:electron:dev -testnet -opendevtools
to start the electron application. Daemon will be updated and launched automatically.
-testnet
– for running on testnet (omit for running the client on mainnet)-opendevtools
– automatically opens Developer Tools on client launchYou 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 :fast
disables auto-reload of app on code change)yarn run package:win
– Windowsyarn run package:mac
– OSXyarn run package:linux
– Linux