Elixir Stellar SDK

Build Badge Coverage Status Version Badge Downloads Badge License badge

⚠️ Warning! This library is under active development. DO NOT use it in production environments.

stellar_sdk is an Elixir library that provides a client for interfacing with Horizon server REST endpoints to retrieve ledger information, and to submit transactions. stelar_sdk uses the stellar_base library to enable the construction, signing and encoding of Stellar primitive XDR constructs.

This library is aimed at developers building Elixir applications that interact with the Stellar network.

Installation

Available in Hex, add stellar_sdk to your list of dependencies in mix.exs:

def deps do
  [
    {:stellar_sdk, "~> 0.1.0"}
  ]
end

Development

Code of conduct

We welcome everyone to contribute. Make sure you have read the CODE_OF_CONDUCT before.

Contributing

For information on how to contribute, please refer to our CONTRIBUTING guide.

Changelog

Features and bug fixes are listed in the CHANGELOG file.

License

This library is licensed under an MIT license. See LICENSE for details.

Acknowledgements

Made with 💙 by kommitters Open Source