Skip to content

avlazarov/ruby-ripple-rest

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Ruby 100.0%