Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

ripple/ripple-client-desktop

Repository files navigation

Desktop Client

Install Dependencies

  • Fork and clone the ripple-client-desktop repository
  • Run npm install
  • Download nw.js

Build

  • In the ripple-client-desktop repository, make a copy of the config_example.js file and name it config.js

  • Run gulp in your command line for development

  • Run gulp packages in your command line for the production ready client

  • Your desktop client is in the packages/RippleAdminConsole directory

Note

  • There are breaking changes in the c++ API when using node version 4. You should use node version 0.12.
  • The current package.json is intended to pull directly from the develop branch of ripple-lib. You may need to clone the ripple-lib respository into node_modules/ripple-lib and then run npm install in the cloned ripple-lib repository.