Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 559 Bytes

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