This package is provided AS-IS - It's not a priority to improve it right now - so don't expect any updates. I welcome PRs if you'd like to contribute!
Solana SDK for Elixir - this is a fork of the original solana package with several additional features and improvements.
I don't have any plans to publish this package to Hex, so you'll need to add it to your project manually.
def deps do
[
{:ex_solana, github: "mikehostetler/ex_solana"}
]
end