README.md

ripplerestr

Use R with the Ripple-REST API.

Introduction

Ripple is an Internet protocol for making financial transactions.

The Ripple-REST API provides a simplified, easy-to-use interface to the Ripple Network via a RESTful API.

The R package ripplerestr uses the httr package to communicate with Ripple-REST.

Prerequisites

Before you can use the Ripple-REST API, you will need to have three things:

Installation

Download the latest release and install it.

You can alternatively install the current version from GitHub:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("hmalmedal/ripplerestr")

Set up

Load ripplerestr and set the URL.

library(ripplerestr)
options("ripplerestr.url" = "http://localhost:5990/")


hmalmedal/ripplerestr documentation built on May 17, 2019, 4:34 p.m.