RiseVision / Rise-SDK-Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rise Ruby SDK

This project is no longer actively maintained. please use our typescript/js library or the java library instead.

Active development will resume as soon as RISE core 2.0.0 will be released.

Introduction

Rise meets Ruby

The Rise Ruby SDK is cross platform library based on Rise (https://rise.vision) and entirely rewritten in Ruby. Check the github wiki for the full documentation. (https://github.com/RiseVision/Rise-SDK-Ruby/wiki)

Third party dependencies

  1. Requests

Installation instructions

The easiest way to install the Rise Ruby SDK is using gem install.

gem install risesdk

(https://rubygems.org/gems/risesdk)

Public api

The Rise Ruby SDK supports complete Rise public api categorized as below.

  • Accounts (/api/accounts/*)
  • Blocks (/api/blocks/*)
  • Delegates (/api/delegates/*)
  • Loader (/api/loader/*)
  • Peers (/api/peers/*)
  • Multisignatures (/api/multisignatures)
  • Signatures (/api/signatures/*)
  • Transactions (/api/transactions/*)

RoadMap

  • Peer list (/peer/list)
  • Peer blocks (/peer/blocks)
  • Peer height (/peer/height)
  • Peer transaction (/peer/transaction)
  • Peer blocks common (/peer/blocks/common)
  • Peer signatures (/peer/signatures)

About

License:MIT License


Languages

Language:Ruby 100.0%