Project

risesdk

0.0
No commit activity in last 3 years
No release in over 3 years
Rise SDK built in Ruby. Please see the github page for documentation. (https://github.com/RiseVision/Rise-SDK-Ruby)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.0.0
 Project Readme

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)