0.0
The project is in a healthy, maintained state
Provides an easy-to-use interface for interacting with the Solana blockchain.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.10
~> 3.14

Runtime

~> 3.1
~> 0.2.3
~> 0.2.0
~> 1.3
~> 1.2
~> 6.7.0
~> 2.0
 Project Readme

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.

TODO

  • Add more unit testing
  • Implement basic transactions in the library (this should be done for 2025)

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.