This software is a database-backed web server that serves as a back end for Ripple Gateway applications.
npm install ripple-gateway-apiThis 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.
The primary interface to the Ripple Gateway server is through HTTP REST with JSON.
REST Documenation is available in the git repo.
1. Node.js
2. Postgres
3. Ripple REST API
The gateway server software requires git, g++, make, nodejs, postgres, and several npm modules.
- Detailed installation instructions for Ubuntu 13.10
A node.js http client library is provided that maps functions one-to-one to REST commands
- Client Library Docs
A CLI tool is provided for interacting with the REST api and configuring the gateway as an admin
- CLI Docs