All Projects → ripple → Ripple Client Desktop

ripple / Ripple Client Desktop

Licence: isc
A desktop client for the Ripple payment network built using web technologies

Programming Languages

javascript
184084 projects - #8 most used programming language

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].