- 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.jsfile and name itconfig.js - Run
gulpin your command line for development - Run
gulp packagesin your command line for the production ready client- To build Windows executable in Linux, install
wineandwinetricksand install .Net 2.0 SP2 withwinetricks dotnet20sp2.
- To build Windows executable in Linux, install
- Your desktop client is in the
packages/RippleAdminConsoledirectory