steelheaddigital / ruby-ripple-rest

Ripple REST Client for Ruby

Home Page:http://rubydoc.info/github/orzfly/ruby-ripple-rest/master/frames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ripple REST Client for Ruby

http://rubydoc.info/github/orzfly/ruby-ripple-rest/master/frames

License:MIT License


Languages

Language:Ruby 100.0%