Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

neocoin/Rise-SDK-Ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rise Ruby SDK

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%