Solana-Ruby
Solana-Ruby is a Ruby SDK for interacting with the Solana blockchain. It allows you to easily make requests to the Solana network from your Ruby applications.
Installation
Add this line to your application's Gemfile:
gem 'solana-ruby', '~> 0.1.1'
And then execute:
bundle install
Or install it yourself as:
gem install solana-ruby
Usage
Initialize the Client
require 'solana-ruby'
client = Solana::Client.new
Documentation
You can find the full documentation here.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/fabricerenard12/solana-ruby.
License
The gem is available as open-source under the terms of the MIT License.