Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.65 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.65 KB

Ripple Client

This is a general purpose Ripple client in JavaScript.

Directory structure

  • build/ Compiled files
  • src/ Source code
  • src/js/client Client classes
  • src/js/entry Entry points for the various client versions
  • src/js/util Various static, stateless utility functions
  • tools/ Tools used in the build process

Travis CI

Follow the build status and tests at http://travis-ci.org/ripple/ripple-client

Testing Locally

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

Bug tracker

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.

Community

Keep track of development and community news.

More information