bower-ripple

The Ripple JavaScript Library. Connect and interact to the Ripple network using the WebSocket protocol


Install
bower install bower-ripple

Documentation

bower-ripple

This repo is for distribution on bower. The source for this module is in the main ripple-lib repo. Please file issues and pull requests against that repo.

Install

Install with bower:

bower install ripple-lib

Add a <script> to your index.html:

<script src="/bower_components/ripple/ripple.js"></script>

Alternative you can use the debug and minified version

<script src="/bower_components/ripple/ripple-min.js"></script>
<script src="/bower_components/ripple/ripple-debug.js"></script>