From 4589fb4c3cb7851334acea3b99607262e6d62f02 Mon Sep 17 00:00:00 2001 From: Juan Hurtado Date: Tue, 12 Apr 2022 17:55:07 -0500 Subject: [PATCH] Doc: Add elixir sdk --- content/docs/software-and-sdks/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/software-and-sdks/index.mdx b/content/docs/software-and-sdks/index.mdx index 2d1c0b730..381c94c76 100644 --- a/content/docs/software-and-sdks/index.mdx +++ b/content/docs/software-and-sdks/index.mdx @@ -84,6 +84,12 @@ The Go SDK is split up into a few separate packages, all of which you can find i - [Docs](https://github.com/Soneso/stellar_flutter_sdk/tree/master/documentation) - [Examples](https://github.com/Soneso/stellar_flutter_sdk/tree/master/documentation/sdk_examples) +### Elixir (beta) + +- [Source](https://github.com/kommitters/stellar_sdk) +- [Docs](https://hexdocs.pm/stellar_sdk/readme.html) +- [Examples](https://github.com/kommitters/stellar_sdk/blob/main/docs/examples.md) + ## Tools The Stellar Development Foundation maintains a small suite of tools to make it easier for developers to interact with the network.