GithubHelp home page GithubHelp logo

ripple-unmaintained / market-maker Goto Github PK

View Code? Open in Web Editor NEW
36.0 25.0 26.0 164 KB

Automatically provide liquidity between XRP and any single issued currency.

Home Page: https://ripple.com/knowledge_center/market-makers/

JavaScript 100.00%

market-maker's Introduction

Market Maker

Automatically make a market between XRP and any single issued currency.

ALPHA SOFTWARE

Thousands of developers and institutions need a simple and effective mechanism to make a market from their currency to XRP. Market Maker is a humble attempt at an elegant and reliable solution they crave.

Dependencies

  • Node.js

Installation

npm install -g market-maker

Configuration

All config settings are set via environment variables.

The following environment variables must be set, which provide the ripple secret key for the trading account, and setup the market parameters:

  • RIPPLE_MARKET_MAKER_KEY
  • RIPPLE_MARKET_CURRENCY
  • RIPPLE_MARKET_ISSUER
  • RIPPLE_MARKET_XRP_DEPTH
  • RIPPLE_MARKET_XRP_PRICE
  • RIPPLE_REST_URL

Processes

Market Maker is composed of two concurrent processes. The first watches the ripple ledger for trades on the market currency, and notes which adjustments must be made to reconstruct the desired market. The second actually performs updates to the ripple market ledger by placing new orders.

  • Monitoring the market order book
  • Modifying the market order book

Contributing

Architecure shall follow closely the Twelve-Factor App design principles.

To contribute a feature fork the project and add your feature under a feature flag in a feature branch. Feature flags can be enabled individually like so:

market-maker start --feature multi-market

Make a pull request from your fork's feature branch into the origin master branch with the feature disabled by default.

Pull requests must not be accepted without test coverage, and automated test builds must pass before merging any pull requests.

Build From Source

First install git and node.js, then run the build tasks:

git clone https://github.com/ripple/market-maker.git
cd market-maker
npm install
npm run build
npm run link

market-maker's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.