- Clone the ripple-client-desktop repository
- Run
npm install
- Run
npm install nw --nwjs_build_type=sdk --save-dev
(optional, needed only for development)
- In the ripple-client-desktop repository, make a copy of the
config_example.js
file and name itconfig.js
- Run
gulp
in your command line for development - Run
gulp packages
in your command line for the production ready client- To build Windows executable in Linux, install
wine
andwinetricks
and install .Net 2.0 SP2 withwinetricks dotnet20sp2
.
- To build Windows executable in Linux, install
- Your desktop client is in the
packages/RippleAdminConsole
directory