This project is no longer actively maintained. please use our typescript/js library or the java library instead.
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)
- Requests
The easiest way to install the Rise Ruby SDK is using gem install.
gem install risesdk
(https://rubygems.org/gems/risesdk)
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/*)
- 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)