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

tianyu-sz/ripple-client-desktop

This branch is up to date with ripple/ripple-client-desktop:develop.

Folders and files

NameName
Last commit message
Last commit date
Sep 16, 2015
Aug 19, 2015
Aug 18, 2015
Aug 19, 2015
Aug 18, 2015
Oct 22, 2015
Dec 1, 2015
Aug 27, 2014
Oct 20, 2015
Aug 31, 2015
Jun 19, 2013
Aug 19, 2015
Oct 19, 2015
Dec 1, 2015
Dec 8, 2013
Nov 3, 2015
Nov 21, 2015

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%