0.3.0 • Published 10 years ago

ripple-gateway-api v0.3.0

Weekly downloads
10
License
-
Repository
-
Last release
10 years ago

Gateway REST API Server

This software is a database-backed web server that serves as a back end for Ripple Gateway applications.

The Ripple Gateway appliance is a virtual machine image that is meant to serve as a standalone package for configuring and running a Ripple gateway system.

REST Api Docs

The primary interface to the Ripple Gateway server is through HTTP REST with JSON.

REST Documenation is available in the git repo.

Dependencies

  1. Node.js

  2. Postgres

  3. Ripple REST API

Installation

The gateway server software requires git, g++, make, nodejs, postgres, and several npm modules.

HTTP Client Library

A node.js http client library is provided that maps functions one-to-one to REST commands

Command Line Interface

A CLI tool is provided for interacting with the REST api and configuring the gateway as an admin