This is a general purpose Ripple client in JavaScript.
build/
Compiled filessrc/
Source codesrc/js/client
Client classessrc/js/entry
Entry points for the various client versionssrc/js/util
Various static, stateless utility functionstools/
Tools used in the build process
$ git clone https://github.com/ripple/ripple-client ./ripple-client
$ cd ripple-client
$ npm install
$ bower install
Follow the build status and tests at http://travis-ci.org/ripple/ripple-client
Run the following command to run the tests once.
./node_modules/.bin/karma start test/karma.conf.js --single-run
Or run Karma in the background and listen to changes in /test
./node_modules/.bin/karma start test/karma.conf.js
Have a bug or a feature request? Please create a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.
Keep track of development and community news.
- Read and subscribe to the The Official Ripple Blog.
- Follow @Ripple on Twitter.
- Like @Ripplepay on Facebook.
- Subscribe to @Ripple on Reddit
- Have a question that's not a feature request or bug report? Send a message to info@ripple.com
- Chat with ripplers in IRC. On the
irc.freenode.net
server, in the#ripple
and#ripple-dev
channel.