Skip to content

sublimator/ripple-gateway

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gateway API, HTTP Client, Web App, and Command Line Interface for deposits, withdrawals, and hosted wallets on the Ripple network.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 75.8%
  • JavaScript 23.2%
  • Other 1.0%