Skip to content

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

License

Notifications You must be signed in to change notification settings

stephonye/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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 28.7%
  • CSS 12.2%