Giter Site home page Giter Site logo

ripple-lib-java's Introduction

ripple-lib-java

Java version of ripple-lib (alpha work in progress)

Currently looking for java/android developers to help evolve this library/api.

Please open an issue with any questions/suggestions.

The goal for this is to be an implementation of ripple-types, binary serialization, with a websocket library agnostic implementation of a client, which will track changes to accounts balances/offers/trusts, that can be used as the basis for various clients/wallets.

Current status:

  • sjcl.json aes/ccm for (wallet) blob decrytion
  • binary serialization/parsing/shamap
  • Crude implementation of a high level client
  • Api client choice of websocket transport
  • Test suite for core types
  • Signing / Verification
  • KeyPair creation
  • Android example
    • Using class loader patch to use predexed Bouncy Castle 1.4.9
      • MUCH faster builds, don't need to dex or merge each time
      • No need to fork a squishy/boingy castle and maintain two crypto providers
  • CLI example

TODO:

  • TESTS TESTS TESTS
    • walk ledger history verifying ShaMap hashes
      • use json from rippled
        • json -> STObject -> json -> STObject -> hex verification
  • Publisher contexts
    • thread execution context
      • runOnUiThread
    • easily unbind handlers in onDestroy/onSemanticallyEtc
  • Class path patcher for android needs testing on 2.x
  • Documentation
  • General cleanup/stabilisation of code / api surface
  • Generate keypair for particular account_id from a master_seed

Examples:

  • See in examples/ folder

ripple-lib-java's People

Contributors

sublimator avatar

Watchers

James Cloos avatar Lithium 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.