Skip to content

A UI for the Ripple payment network built using web technologies

License

Notifications You must be signed in to change notification settings

AksimO/ripple-client

 
 

Repository files navigation

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

Installation

  1. Install node.js and npm.

  2. Install Grunt.

     $ sudo npm install -g grunt-cli
    
  3. Install Ripple Client.

     $ git clone https://github.com/ripple/ripple-client ./ripple-client
     $ cd ripple-client
     $ npm install
    

Build

Run the following command to build the client.

$ grunt

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 create 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

Bitdeli Badge

About

A UI for the Ripple payment network built using web technologies

Resources

License

Stars

Watchers

Forks

Packages

No packages published