Skip to content

Solana SDK in Elixir, supporting RPC, Geyser, Jito and Txn decoding

License

Notifications You must be signed in to change notification settings

mikehostetler/ex_solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir Solana SDK

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.

Installation

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

About

Solana SDK in Elixir, supporting RPC, Geyser, Jito and Txn decoding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published