0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A ruby wrapper for Ripple REST API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.6.7
 Project Readme

ripple-rest gem

Gem Version

This is a client that interacts with the Ripple network using the Ripple REST APIs.

The documentation can be found at http://rubydoc.info/github/orzfly/ruby-ripple-rest/master/frames.

Example

require 'ripple-rest'

RippleRest.setup "http://localhost:5990/"
acc = RippleRest::Account.new "r###########", "s###########"
p acc.payments.create("r###########", "1+XRP").submit
p acc.settings
p acc.trustlines