Skip to content
Anton Salikhmetov edited this page Jun 28, 2017 · 52 revisions

The canonical Talmud investing strategy dictates that the funds are split between three types of assets: business, land and cash. Our modification of the Talmudic advice is to split the money into several virtual currencies while keeping the amounts of each currency such that the values of each asset are being kept equal at the current exchange rate. The Ripple Network offers a reasonably cheap and convenient platform to automate such strategy, which is what this project brings about.

The CLI is the recommended way of using XMM. The underlying API was developed to support our command line client by providing a higher-level interface to RippleAPI after it had become apparent that the latter was not convenient for developing a Ripple Network client running for a prolonged time.

The CLI operates on specific assets kept in Ripple wallets. Users configure these parameters using a JSON configuration file. The syntax of the configuration file is described elsewhere in this document.


Contents:

  1. Setup
  2. Operation
  3. Examples

TODO:

Clone this wiki locally