Divvy Trade Client
The Divvy Trade client is an open-source GUI for the Divvy network that facilitates the peer-to-peer exchange of any store of value. It’s the only platform where you can trade between stores of value spanning fiat, cryptocurrencies, commodities, and unusual assets like pre-1965 silver dimes.
Ripple Labs is the core team behind the project. For more information on the Ripple protocol, please visit our wiki.
We would love to have folks contribute! Check out our bounties here.
Ripple Trade is available at www.rippletrade.com, or you can download the desktop version at download.ripple.com.
Questions? Contact us as support@ripple.com.
Install Node.js, Grunt, Git and Python 2 if you haven’t already.
Install bower by running sudo bower install --allow-root
.
Fork and clone the ripple-client repository and run npm install
.
Create a new config.js file and copy/paste from config-example.js into the same directory, located under ‘src/js’.
Run ‘grunt’ in your command line to build the client.
Your web client is in the ‘build/bundle/web/‘ directory. Use ‘index_debug.html’ for development.
If you want to watch for changes and have the client rebuild for index_debug.html, run ‘grunt watch’ while you make changes.
A web server is needed to serve the built files. Please have a look at our ‘Setting Up Local Environment’ wiki post for more information.
By default, the ripple.txt file is pointed at the staging server.
This means you will only be able to log in on your dev environment with an account created on staging.ripple.com/client.
If you want to point your environment at the production server:
https://id.ripple.com/v1/authinfo
(make sure to rebuild + clear browser cache)activate_link
property in src/js/config.js to http://ripple.com/client/#/register/activate
build/ --> compiled files
deps/ --> client dependencies
docs/ --> documentation
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
Stay tuned…
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.
Ripple Labs uses Jira to track issues. We highly encourage our community to contribute but please look at our Development Policy and our CONTRIBUTING.md file before submitting a pull request.
We are also using Bountysource allowing our community to request bids from developers to solve open-source issues!
Keep track of development and community news.
https://ripple.com/wiki/Ripple_Client
https://github.com/ripple/ripple-client/blob/develop/LICENSE