Git Product home page Git Product logo

jripple's Introduction

Introduction

jripple is a java websocket client that connect to the [ripple] (https://ripple.com) server

Both asynchronous and synchronous API are supported.

Getting started

Get source and build it

git clone [email protected]:FredericHeem/jripple.git
cd jripple
mvn install	

Operations

[account_info] (https://ripple.com/wiki/RPC_API#account_info)

[account_lines] (https://ripple.com/wiki/RPC_API#account_lines)

Usage

See [RippleWsClientAccountInfoTest.java] (https://github.com/FredericHeem/jripple/blob/master/src/test/java/org/opencoin/client/RippleWsClientAccountInfoTest.java) for unitest related to the account_info command

See [RippleWsClientAccountLinesTest.java] (https://github.com/FredericHeem/jripple/blob/master/src/test/java/org/opencoin/client/RippleWsClientAccountLinesTest.java) for unitest related to the account_lines command

Development

jripple is built with maven, developed with eclipse, tested with junit, statically analyzed, code covered, and continuously integrated: Build Status

Generate the eclipse project

mvn eclipse:eclipse

Run the unitest

mvn test

Run static analysis with [pmd] (http://pmd.sourceforge.net/)

mvn pmd:pmd   

View the report at target/site/pmd.html

Run static analysis [findbugs] (http://findbugs.sourceforge.net/)

mvn site:site

View the report at target/site/findbugs.html

Generate the code coverage report with [cobertura] (http://cobertura.sourceforge.net/)

mvn cobertura:cobertura

View report at target/site/cobertura/index.html

Contributors

FredericHeem

jripple's People

Contributors

fredericheem avatar

Stargazers

李小义 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.